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

This commit is contained in:
Yury Semikhatsky 2019-12-23 10:39:48 -08:00
parent 4638019902
commit 1a652923be

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;