Skip to content

Commit

Permalink
feat(firefox): bump to 1071 (#1670)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgozman authored Apr 5, 2020
1 parent 2eba79b commit 5673fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "index.js",
"playwright": {
"chromium_revision": "754895",
"firefox_revision": "1069",
"firefox_revision": "1071",
"webkit_revision": "1188"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/popup.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5673fd7

Please sign in to comment.