mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(firefox): roll to r1307 (#10605)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
71adefc814
commit
c9881a28f1
@ -13,7 +13,7 @@
|
||||
},
|
||||
{
|
||||
"name": "firefox",
|
||||
"revision": "1306",
|
||||
"revision": "1307",
|
||||
"installByDefault": true
|
||||
},
|
||||
{
|
||||
|
||||
@ -47,7 +47,6 @@ it('should fire', async ({ page, server, browserName }) => {
|
||||
});
|
||||
|
||||
it('should not receive console message for pageError', async ({ page, server, browserName }) => {
|
||||
it.skip(browserName === 'firefox');
|
||||
const messages = [];
|
||||
page.on('console', e => messages.push(e));
|
||||
await Promise.all([
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user