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:
github-actions[bot] 2021-11-30 14:26:26 +01:00 committed by GitHub
parent 71adefc814
commit c9881a28f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@
},
{
"name": "firefox",
"revision": "1306",
"revision": "1307",
"installByDefault": true
},
{

View File

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