mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test(webkit): unblock and uncomment sync window.stop test
This commit is contained in:
parent
16d5a9cb24
commit
6b711f57fa
@ -951,8 +951,7 @@ module.exports.describe = function({testRunner, expect, playwright, MAC, WIN, FF
|
|||||||
setTimeout(() => window.stop(), 100);
|
setTimeout(() => window.stop(), 100);
|
||||||
}, server.EMPTY_PAGE);
|
}, server.EMPTY_PAGE);
|
||||||
});
|
});
|
||||||
it.fail(WEBKIT)('window.stop sync', async({page, server, httpsServer}) => {
|
it('window.stop sync', async({page, server, httpsServer}) => {
|
||||||
server.setRoute('/empty.html', async (req, res) => {});
|
|
||||||
await page.evaluate((url) => {
|
await page.evaluate((url) => {
|
||||||
window.location.href = url;
|
window.location.href = url;
|
||||||
window.stop();
|
window.stop();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user