mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: reenable Chromium Windows cookies test (#11176)
This commit is contained in:
parent
13dd41c2e3
commit
9fcb8ace4e
@ -129,7 +129,6 @@ it('should create userDataDir if it does not exist', async ({ createUserDataDir,
|
|||||||
|
|
||||||
it('should restore cookies from userDataDir', async ({ browserType, server, createUserDataDir, platform, channel, browserName }) => {
|
it('should restore cookies from userDataDir', async ({ browserType, server, createUserDataDir, platform, channel, browserName }) => {
|
||||||
it.fixme(platform === 'win32' && channel === 'chrome');
|
it.fixme(platform === 'win32' && channel === 'chrome');
|
||||||
it.fixme(platform === 'win32' && browserName === 'chromium', 'https://github.com/microsoft/playwright/issues/10811');
|
|
||||||
it.slow();
|
it.slow();
|
||||||
|
|
||||||
const userDataDir = await createUserDataDir();
|
const userDataDir = await createUserDataDir();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user