test(webkit): enable Keyboard should work after a cross origin navigation

This commit is contained in:
Yury Semikhatsky 2020-01-08 12:27:05 -08:00
parent f16561d817
commit 56a09a0568

View file

@ -280,7 +280,7 @@ module.exports.describe = function({testRunner, expect, FFOX, CHROME, WEBKIT, MA
expect(metaKey).toBe(true);
});
it.skip(WEBKIT)('should work after a cross origin navigation', async({page, server}) => {
it('should work after a cross origin navigation', async({page, server}) => {
await page.goto(server.PREFIX + '/empty.html');
await page.goto(server.CROSS_PROCESS_PREFIX + '/empty.html');
await page.evaluate(() => {