feat(firefox): roll to r1379 (#21080)
Fixes #20259 --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andrey Lushnikov <aslushnikov@gmail.com>
This commit is contained in:
parent
41d8f27d8f
commit
1dfc4c769d
|
|
@ -21,13 +21,13 @@
|
|||
},
|
||||
{
|
||||
"name": "firefox",
|
||||
"revision": "1378",
|
||||
"revision": "1379",
|
||||
"installByDefault": true,
|
||||
"browserVersion": "109.0"
|
||||
},
|
||||
{
|
||||
"name": "firefox-beta",
|
||||
"revision": "1380",
|
||||
"revision": "1381",
|
||||
"installByDefault": false,
|
||||
"browserVersion": "110.0b7"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -187,8 +187,6 @@ it('should set CloseEvent.wasClean to false when the server terminates a WebSock
|
|||
});
|
||||
|
||||
it('serviceWorker should intercept document request', async ({ page, server, browserName }) => {
|
||||
it.fixme(browserName === 'firefox');
|
||||
|
||||
server.setRoute('/sw.js', (req, res) => {
|
||||
res.setHeader('Content-Type', 'application/javascript');
|
||||
res.end(`
|
||||
|
|
|
|||
Loading…
Reference in a new issue