test: reenable "should restore state from userDataDir" (#13475)

This commit is contained in:
Yury Semikhatsky 2022-04-11 09:08:40 -07:00 committed by GitHub
parent d90d2a6c0e
commit 9b07ca5050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,6 @@ it('should accept userDataDir', async ({ createUserDataDir, browserType }) => {
});
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();
const userDataDir = await createUserDataDir();