test(wk): unskip test that failed because bootstrap scripts did not survive PSON (#331)

This commit is contained in:
Yury Semikhatsky 2019-12-23 10:40:15 -08:00 committed by GitHub
parent 4638019902
commit 3f0eaa2350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -487,7 +487,7 @@ module.exports.describe = function({testRunner, expect, headless, playwright, FF
}); });
expect(result).toBe(15); expect(result).toBe(15);
}); });
it.skip(WEBKIT)('should work after cross origin navigation', async({page, server}) => { it('should work after cross origin navigation', async({page, server}) => {
await page.goto(server.EMPTY_PAGE); await page.goto(server.EMPTY_PAGE);
await page.exposeFunction('compute', function(a, b) { await page.exposeFunction('compute', function(a, b) {
return a * b; return a * b;