diff --git a/browsers.json b/browsers.json index 7a748a472e..a9741ea3c6 100644 --- a/browsers.json +++ b/browsers.json @@ -13,7 +13,7 @@ }, { "name": "firefox-stable", - "revision": "1257", + "revision": "1259", "installByDefault": false }, { diff --git a/tests/headful.spec.ts b/tests/headful.spec.ts index 59be413311..a5910c918a 100644 --- a/tests/headful.spec.ts +++ b/tests/headful.spec.ts @@ -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); diff --git a/tests/headful.spec.ts-snapshots/focused-input-should-produce-the-same-screenshot-firefox-win32-focused-input.png b/tests/headful.spec.ts-snapshots/focused-input-should-produce-the-same-screenshot-firefox-win32-focused-input.png index ea65d7a79f..ff91c38231 100644 Binary files a/tests/headful.spec.ts-snapshots/focused-input-should-produce-the-same-screenshot-firefox-win32-focused-input.png and b/tests/headful.spec.ts-snapshots/focused-input-should-produce-the-same-screenshot-firefox-win32-focused-input.png differ