hugomrdias / playwright-test

Run unit tests with several test runners or benchmark inside real browsers with playwright and other Javascript runtimes.
MIT License
100 stars 12 forks source link

fix: test for skipped browser warnings early #661

Closed achingbrain closed 4 months ago

achingbrain commented 4 months ago

Description

Some browser warning logs are skipped - moves the test for the skippable warnings earlier in the method as they aren't skipped if valid message args are extracted from the message.

Link to issue

https://github.com/libp2p/test-plans/pull/361

Type of change

Please delete options that are not relevant.