Andrey Lushnikov 2024-07-23 09:37:00 +01:00 committed by GitHub
parent 1408a45595
commit d23ea26947
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -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"
},

View File

@ -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) => {