test: reenable Chromium Windows cookies test (#11176)

This commit is contained in:
Dmitry Gozman 2022-01-04 12:14:35 -08:00 committed by GitHub
parent 13dd41c2e3
commit 9fcb8ace4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();