microsoft / playwright

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
https://playwright.dev
Apache License 2.0
67.12k stars 3.69k forks source link

[internal]: VSCode highlight test is failing on Windows #33655

Closed mxschmitt closed 3 days ago

mxschmitt commented 3 days ago

Issue: Since https://github.com/microsoft/playwright/pull/33638 a Playwright for VSCode highlight test is failing.

Repro:

npx playwright test highlight-locators.spec.ts:28:5 --project=default-reuse --reporter=html

Note: Can't repro on macOS.

pavelfeldman commented 3 days ago

This regressed in #33632 not in #33638