feat(firefox-beta): roll to r1335 (#15433)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andrey Lushnikov <aslushnikov@gmail.com>
This commit is contained in:
parent
592e22a1a4
commit
72c3574943
|
|
@ -27,7 +27,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firefox-beta",
|
"name": "firefox-beta",
|
||||||
"revision": "1334",
|
"revision": "1335",
|
||||||
"installByDefault": false,
|
"installByDefault": false,
|
||||||
"browserVersion": "103.0b5"
|
"browserVersion": "103.0b5"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,8 @@ it.describe('page screenshot', () => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should capture blinking caret if explicitly asked for', async ({ page, server }) => {
|
it('should capture blinking caret if explicitly asked for', async ({ page, server, browserName }) => {
|
||||||
|
it.fixme(browserName === 'firefox', 'browser-level screenshot API in firefox does not capture caret');
|
||||||
await page.setContent(`
|
await page.setContent(`
|
||||||
<!-- Refer to stylesheet from other origin. Accessing this
|
<!-- Refer to stylesheet from other origin. Accessing this
|
||||||
stylesheet rules will throw.
|
stylesheet rules will throw.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue