test: unskip "calling window.stop sync" (#35346)

This commit is contained in:
Dmitry Gozman 2025-03-25 15:23:34 +00:00 committed by GitHub
parent bef2310cf6
commit 273df454e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ it('calling window.stop async', async ({ page, server }) => {
});
it('calling window.stop sync', async ({ page, server, browserName }) => {
it.fixme(browserName === 'chromium', 'https://github.com/microsoft/playwright/issues/35147');
await page.evaluate(url => {
window.location.href = url;
window.stop();