mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03: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);
|
||||
}, server.EMPTY_PAGE);
|
||||
});
|
||||
it.fail(WEBKIT)('window.stop sync', async({page, server, httpsServer}) => {
|
||||
server.setRoute('/empty.html', async (req, res) => {});
|
||||
it('window.stop sync', async({page, server, httpsServer}) => {
|
||||
await page.evaluate((url) => {
|
||||
window.location.href = url;
|
||||
window.stop();
|
||||
|
Loading…
Reference in New Issue
Block a user