feat(firefox): bump to 1071 (#1670)

This commit is contained in:
Dmitry Gozman 2020-04-05 08:59:25 -07:00 committed by GitHub
parent 2eba79bc98
commit 5673fd7040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
"main": "index.js",
"playwright": {
"chromium_revision": "754895",
"firefox_revision": "1069",
"firefox_revision": "1071",
"webkit_revision": "1188"
},
"scripts": {

View file

@ -195,7 +195,7 @@ module.exports.describe = function({testRunner, expect, playwright, CHROMIUM, WE
expect(await popup.evaluate(() => !!window.opener)).toBe(true);
await context.close();
});
it.fail(FFOX)('should work with window features', async({browser, server}) => {
it('should work with window features', async({browser, server}) => {
const context = await browser.newContext();
const page = await context.newPage();
await page.goto(server.EMPTY_PAGE);