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:
Playwright Service 2023-02-22 09:52:35 -08:00 committed by GitHub
parent 41d8f27d8f
commit 1dfc4c769d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

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

View file

@ -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(`