Skip to content

Commit

Permalink
test: enable page opener test on WebKit (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s authored Mar 3, 2020
1 parent 3eec2d0 commit 4a9a155
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 @@ -10,7 +10,7 @@
"playwright": {
"chromium_revision": "745253",
"firefox_revision": "1032",
"webkit_revision": "1162"
"webkit_revision": "1164"
},
"scripts": {
"ctest": "cross-env BROWSER=chromium node test/test.js",
Expand Down
2 changes: 1 addition & 1 deletion test/browsercontext.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ module.exports.describe = function({testRunner, expect, playwright, CHROMIUM, FF
// Cleanup.
await context.close();
});
it.fail(WEBKIT)('should have an opener', async({browser, server}) => {
it('should have an opener', 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 4a9a155

Please sign in to comment.