I saw that https://github.com/microsoft/playwright/pull/36336 broke some of the vscode tests. Repro: ``` npm install -D @playwright/test@next npm run test -- selector:77 --project=default-trace --timeout=0 --repeat-each=20 --reporter=html ```