diff --git a/browsers.json b/browsers.json index 32f95017b2..4fa8b0fd14 100644 --- a/browsers.json +++ b/browsers.json @@ -13,7 +13,7 @@ }, { "name": "webkit", - "revision": "1385", + "revision": "1388", "download": true } ] diff --git a/test/browsercontext-storage-state.spec.ts b/test/browsercontext-storage-state.spec.ts index cc2d03b269..978872ee0f 100644 --- a/test/browsercontext-storage-state.spec.ts +++ b/test/browsercontext-storage-state.spec.ts @@ -17,9 +17,7 @@ import { it, expect } from './fixtures'; -it('should capture local storage', (test, { browserName, platform }) => { - test.fixme(browserName === 'webkit' && platform === 'win32'); -}, async ({ context }) => { +it('should capture local storage', async ({ context }) => { const page1 = await context.newPage(); await page1.route('**/*', route => { route.fulfill({ body: '' }).catch(() => {}); @@ -48,9 +46,7 @@ it('should capture local storage', (test, { browserName, platform }) => { }]); }); -it('should set local storage', (test, { browserName, platform }) => { - test.fixme(browserName === 'webkit' && platform === 'win32'); -}, async ({ browser }) => { +it('should set local storage', async ({ browser }) => { const context = await browser.newContext({ storageState: { origins: [