test: unskip "calling window.stop sync" (#35346)
This commit is contained in:
parent
bef2310cf6
commit
273df454e0
|
@ -32,7 +32,6 @@ it('calling window.stop async', async ({ page, server }) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('calling window.stop sync', async ({ page, server, browserName }) => {
|
it('calling window.stop sync', async ({ page, server, browserName }) => {
|
||||||
it.fixme(browserName === 'chromium', 'https://github.com/microsoft/playwright/issues/35147');
|
|
||||||
await page.evaluate(url => {
|
await page.evaluate(url => {
|
||||||
window.location.href = url;
|
window.location.href = url;
|
||||||
window.stop();
|
window.stop();
|
||||||
|
|
Loading…
Reference in New Issue