Skip to content

Commit

Permalink
feat(firefox-beta): roll to r1372 (#19466)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andrey Lushnikov <aslushnikov@gmail.com>
  • Loading branch information
3 people committed Dec 15, 2022
1 parent a67fa83 commit 091234e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/playwright-core/browsers.json
Expand Up @@ -27,7 +27,7 @@
},
{
"name": "firefox-beta",
"revision": "1370",
"revision": "1372",
"installByDefault": false,
"browserVersion": "108.0b5"
},
Expand Down
3 changes: 2 additions & 1 deletion tests/page/page-basic.spec.ts
Expand Up @@ -253,6 +253,7 @@ it('frame.press should work', async ({ page, server }) => {
expect(await frame.evaluate(() => document.querySelector('textarea').value)).toBe('a');
});

it('has navigator.webdriver set to true', async ({ page }) => {
it('has navigator.webdriver set to true', async ({ page, browserName }) => {
it.fixme(browserName === 'firefox');
expect(await page.evaluate(() => navigator.webdriver)).toBe(true);
});

0 comments on commit 091234e

Please sign in to comment.