mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(firefox): roll to r1292 (#8731)
Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
539bc4cf7a
commit
f768ac03ee
@ -13,7 +13,7 @@
|
||||
},
|
||||
{
|
||||
"name": "firefox",
|
||||
"revision": "1291",
|
||||
"revision": "1292",
|
||||
"installByDefault": true
|
||||
},
|
||||
{
|
||||
|
||||
@ -122,7 +122,6 @@ it('should proxy localhost requests', async ({ pageFactory, server, browserName,
|
||||
});
|
||||
|
||||
it('should proxy local.playwright requests', async ({ pageFactory, server, browserName }, workerInfo) => {
|
||||
it.fixme(browserName === 'firefox', 'Firefox performs DNS on browser side');
|
||||
const { testServerPort, stopTestServer } = await startTestServer();
|
||||
let reachedOriginalTarget = false;
|
||||
server.setRoute('/foo.html', async (req, res) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user