mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 10:15:12 +03:00
test: enable page opener test on WebKit (#1193)
This commit is contained in:
parent
3eec2d07f5
commit
4a9a155838
@ -10,7 +10,7 @@
|
|||||||
"playwright": {
|
"playwright": {
|
||||||
"chromium_revision": "745253",
|
"chromium_revision": "745253",
|
||||||
"firefox_revision": "1032",
|
"firefox_revision": "1032",
|
||||||
"webkit_revision": "1162"
|
"webkit_revision": "1164"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ctest": "cross-env BROWSER=chromium node test/test.js",
|
"ctest": "cross-env BROWSER=chromium node test/test.js",
|
||||||
|
@ -369,7 +369,7 @@ module.exports.describe = function({testRunner, expect, playwright, CHROMIUM, FF
|
|||||||
// Cleanup.
|
// Cleanup.
|
||||||
await context.close();
|
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 context = await browser.newContext();
|
||||||
const page = await context.newPage();
|
const page = await context.newPage();
|
||||||
await page.goto(server.EMPTY_PAGE);
|
await page.goto(server.EMPTY_PAGE);
|
||||||
|
Loading…
Reference in New Issue
Block a user