Skip to content

Commit

Permalink
test(firefox): enable passing "userDataDir option should restore cook…
Browse files Browse the repository at this point in the history
…ies" (#1487)
  • Loading branch information
yury-s authored Mar 23, 2020
1 parent 05dc89b commit afbc2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/launcher.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ module.exports.describe = function({testRunner, expect, defaultBrowserOptions, p
await removeUserDataDir(userDataDir2);
});
// See https://github.com/microsoft/playwright/issues/717
it.slow().fail(FFOX || (WIN && CHROMIUM))('userDataDir option should restore cookies', async({server}) => {
it.slow().fail(WIN && CHROMIUM)('userDataDir option should restore cookies', async({server}) => {
const userDataDir = await makeUserDataDir();
const browserContext = await browserType.launchPersistentContext(userDataDir, defaultBrowserOptions);
const page = await browserContext.newPage();
Expand Down

0 comments on commit afbc2f2

Please sign in to comment.