feat(firefox-stable): roll Firefox-Stable to Firefox v89 (#6833)

References #6817
This commit is contained in:
Andrey Lushnikov 2021-06-02 08:34:03 -07:00 committed by GitHub
parent ffe89c4e3d
commit 831a1c846f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,7 @@
},
{
"name": "firefox-stable",
"revision": "1257",
"revision": "1259",
"installByDefault": false
},
{

View file

@ -150,7 +150,6 @@ it('Page.bringToFront should work', async ({browserType, browserOptions}) => {
it('focused input should produce the same screenshot', async ({browserType, browserOptions, browserName, platform, channel}, testInfo) => {
it.fail(browserName === 'firefox' && platform === 'darwin', 'headless has thinner outline');
it.fail(browserName === 'firefox' && platform === 'linux', 'headless has no outline');
it.fail(browserName === 'firefox' && platform === 'win32' && (channel as any !== 'firefox-stable'), 'headless has outline since new version');
it.skip(browserName === 'webkit' && platform === 'linux', 'gtk vs wpe');
it.skip(!!process.env.CRPATH);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB