Skip to content

Commit

Permalink
test(webkit): unblock and uncomment sync window.stop test
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Mar 10, 2020
1 parent 16d5a9c commit 6b711f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/navigation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 6b711f5

Please sign in to comment.