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

This commit is contained in:
Yury Semikhatsky 2020-01-08 12:28:00 -08:00 committed by GitHub
parent f16561d817
commit b654fd614d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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(() => {