feat(firefox): bump to 1205 (#4386)
This commit is contained in:
parent
bd75fb1c55
commit
488b256c47
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firefox",
|
"name": "firefox",
|
||||||
"revision": "1204",
|
"revision": "1205",
|
||||||
"download": true
|
"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'})))),
|
page.evaluate(() => new Worker(URL.createObjectURL(new Blob(['console.log(1)'], {type: 'application/javascript'})))),
|
||||||
]);
|
]);
|
||||||
expect(message.text()).toBe('1');
|
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}) {
|
it('should have JSHandles for console logs', async function({page}) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue