mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-06 03:16:17 +03:00
feat(firefox): roll to r1452 (#31068)
Fixes https://github.com/microsoft/playwright/issues/31039 Closes https://github.com/microsoft/playwright/pull/31069
This commit is contained in:
parent
141c6a9c81
commit
97a82e6b77
@ -15,13 +15,13 @@
|
||||
},
|
||||
{
|
||||
"name": "firefox",
|
||||
"revision": "1451",
|
||||
"revision": "1452",
|
||||
"installByDefault": true,
|
||||
"browserVersion": "126.0"
|
||||
},
|
||||
{
|
||||
"name": "firefox-beta",
|
||||
"revision": "1451",
|
||||
"revision": "1452",
|
||||
"installByDefault": false,
|
||||
"browserVersion": "127.0b3"
|
||||
},
|
||||
|
@ -255,8 +255,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, browserName }) => {
|
||||
it.skip(browserName === 'firefox');
|
||||
it('has navigator.webdriver set to true', async ({ page }) => {
|
||||
expect(await page.evaluate(() => navigator.webdriver)).toBe(true);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user