feat(firefox): bump to 1205 (#4386)
This commit is contained in:
Родитель
bd75fb1c55
Коммит
488b256c47
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
{
|
||||
"name": "firefox",
|
||||
"revision": "1204",
|
||||
"revision": "1205",
|
||||
"download": true
|
||||
},
|
||||
{
|
||||
|
|
|
@ -50,6 +50,8 @@ it('should report console logs', async function({page}) {
|
|||
page.evaluate(() => new Worker(URL.createObjectURL(new Blob(['console.log(1)'], {type: 'application/javascript'})))),
|
||||
]);
|
||||
expect(message.text()).toBe('1');
|
||||
// Firefox's juggler had an issue that reported worker blob urls as frame urls.
|
||||
expect(page.url()).not.toContain('blob');
|
||||
});
|
||||
|
||||
it('should have JSHandles for console logs', async function({page}) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче