From 6b711f57fa0d5f72fab6c20a3f9a03a2d6f8697b Mon Sep 17 00:00:00 2001 From: Pavel Date: Tue, 10 Mar 2020 15:17:43 -0700 Subject: [PATCH] test(webkit): unblock and uncomment sync window.stop test --- test/navigation.spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/navigation.spec.js b/test/navigation.spec.js index 4f97c5b153..f71c641dcd 100644 --- a/test/navigation.spec.js +++ b/test/navigation.spec.js @@ -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();