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
This commit is contained in:
parent
1408a45595
commit
d23ea26947
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue