From d23ea26947d6b9644ddc92702796d7682d206fc6 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Tue, 23 Jul 2024 09:37:00 +0100 Subject: [PATCH] feat(firefox): roll Firefox & Firefox-Beta to 1458 (#31807) Fixes https://github.com/microsoft/playwright/issues/31525 Closes https://github.com/microsoft/playwright/pull/31806 Closes https://github.com/microsoft/playwright/pull/31805 --- packages/playwright-core/browsers.json | 4 ++-- tests/library/browsercontext-proxy.spec.ts | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/playwright-core/browsers.json b/packages/playwright-core/browsers.json index 1ce44886b2..6f8b6e7b47 100644 --- a/packages/playwright-core/browsers.json +++ b/packages/playwright-core/browsers.json @@ -15,13 +15,13 @@ }, { "name": "firefox", - "revision": "1457", + "revision": "1458", "installByDefault": true, "browserVersion": "128.0" }, { "name": "firefox-beta", - "revision": "1457", + "revision": "1458", "installByDefault": false, "browserVersion": "129.0b2" }, diff --git a/tests/library/browsercontext-proxy.spec.ts b/tests/library/browsercontext-proxy.spec.ts index e169528738..d56bce0972 100644 --- a/tests/library/browsercontext-proxy.spec.ts +++ b/tests/library/browsercontext-proxy.spec.ts @@ -414,8 +414,7 @@ it('does launch without a port', async ({ contextFactory }) => { await context.close(); }); -it('should isolate proxy credentials between contexts on navigation', async ({ contextFactory, browserName, server }) => { - it.fixme(browserName === 'firefox', 'https://github.com/microsoft/playwright/issues/31525'); +it('should isolate proxy credentials between contexts on navigation', async ({ contextFactory, server }) => { it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/31525' }); server.setRoute('/target.html', async (req, res) => {