mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: uncomment geolocation tests on WK
This commit is contained in:
parent
cc7e77a34a
commit
896701b3e3
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user