test: uncomment geolocation tests on WK

This commit is contained in:
Pavel 2020-01-09 17:40:50 -08:00
parent cc7e77a34a
commit 896701b3e3

View File

@ -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);