feat(firefox): roll Firefox & Firefox-Beta to 1458

Fixes https://github.com/microsoft/playwright/issues/31525
This commit is contained in:
Andrey Lushnikov 2024-07-23 09:16:53 +02:00
parent cf1a313a0c
commit b7858dffdf
2 changed files with 3 additions and 4 deletions

View file

@ -15,13 +15,13 @@
}, },
{ {
"name": "firefox", "name": "firefox",
"revision": "1457", "revision": "1458",
"installByDefault": true, "installByDefault": true,
"browserVersion": "128.0" "browserVersion": "128.0"
}, },
{ {
"name": "firefox-beta", "name": "firefox-beta",
"revision": "1457", "revision": "1458",
"installByDefault": false, "installByDefault": false,
"browserVersion": "129.0b2" "browserVersion": "129.0b2"
}, },

View file

@ -414,8 +414,7 @@ it('does launch without a port', async ({ contextFactory }) => {
await context.close(); await context.close();
}); });
it('should isolate proxy credentials between contexts on navigation', async ({ contextFactory, browserName, server }) => { it('should isolate proxy credentials between contexts on navigation', async ({ contextFactory, server }) => {
it.fixme(browserName === 'firefox', 'https://github.com/microsoft/playwright/issues/31525');
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/31525' }); it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/31525' });
server.setRoute('/target.html', async (req, res) => { server.setRoute('/target.html', async (req, res) => {