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:
Playwright Service 2022-07-07 05:49:40 -07:00 committed by GitHub
parent 592e22a1a4
commit 72c3574943
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -27,7 +27,7 @@
},
{
"name": "firefox-beta",
"revision": "1334",
"revision": "1335",
"installByDefault": false,
"browserVersion": "103.0b5"
},

View file

@ -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(`
<!-- Refer to stylesheet from other origin. Accessing this
stylesheet rules will throw.