full-stack-foundations icon indicating copy to clipboard operation
full-stack-foundations copied to clipboard

Fix false positive test

Open kivvvvv opened this issue 1 year ago • 0 comments

On exercises/01.styling/01.solution.public-links, the test is expected to test against a nullable value where it could be an undefined. To fix this, either make the testing value a nullable or use a more suitable value assertion https://playwright.dev/docs/api/class-genericassertions#methods

kivvvvv avatar May 06 '24 09:05 kivvvvv