feat(firefox): bump to 1071 (#1670)
This commit is contained in:
parent
2eba79bc98
commit
5673fd7040
|
|
@ -9,7 +9,7 @@
|
|||
"main": "index.js",
|
||||
"playwright": {
|
||||
"chromium_revision": "754895",
|
||||
"firefox_revision": "1069",
|
||||
"firefox_revision": "1071",
|
||||
"webkit_revision": "1188"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue