From 896701b3e34b8ed8505226051a06290a8cac34ae Mon Sep 17 00:00:00 2001 From: Pavel Date: Thu, 9 Jan 2020 17:40:50 -0800 Subject: [PATCH] test: uncomment geolocation tests on WK --- test/geolocation.spec.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/geolocation.spec.js b/test/geolocation.spec.js index 8d4d53ff8b..96889dbed5 100644 --- a/test/geolocation.spec.js +++ b/test/geolocation.spec.js @@ -20,9 +20,7 @@ module.exports.describe = function ({ testRunner, expect, FFOX, WEBKIT }) { const {it, fit, xit, dit} = testRunner; const {beforeAll, beforeEach, afterAll, afterEach} = testRunner; - // FIXME: not supported in WebKit (as well as Emulation domain in general). - // It was removed from WebKit in https://webkit.org/b/126630 - describe.skip(FFOX || WEBKIT)('Overrides.setGeolocation', function() { + describe.skip(FFOX)('Overrides.setGeolocation', function() { it('should work', async({page, server, context}) => { await context.setPermissions(server.PREFIX, ['geolocation']); await page.goto(server.EMPTY_PAGE);