mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: reenable "should restore state from userDataDir" (#13475)
This commit is contained in:
parent
d90d2a6c0e
commit
9b07ca5050
@ -97,7 +97,6 @@ it('should accept userDataDir', async ({ createUserDataDir, browserType }) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should restore state from userDataDir', async ({ browserType, server, createUserDataDir, isMac, browserName }) => {
|
it('should restore state from userDataDir', async ({ browserType, server, createUserDataDir, isMac, browserName }) => {
|
||||||
it.skip(isMac && browserName === 'webkit', 'Started failing after roll https://github.com/microsoft/playwright/issues/13433');
|
|
||||||
it.slow();
|
it.slow();
|
||||||
|
|
||||||
const userDataDir = await createUserDataDir();
|
const userDataDir = await createUserDataDir();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user