epicweb-dev / full-stack-foundations

Learn the foundational skills of building full stack web applications.
https://epicweb.dev/workshops/full-stack-foundations
Other
586 stars 152 forks source link

Fix false positive test #91

Closed kivvvvv closed 4 months ago

kivvvvv commented 4 months ago

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