feat(firefox): roll to r1451 (#30950)
This commit is contained in:
parent
7645d293f0
commit
14d98aaaf7
|
|
@ -15,7 +15,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firefox",
|
"name": "firefox",
|
||||||
"revision": "1450",
|
"revision": "1451",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"browserVersion": "126.0"
|
"browserVersion": "126.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -37,9 +37,8 @@ it('should upload the file', async ({ page, server, asset }) => {
|
||||||
}, input)).toBe('contents of the file');
|
}, input)).toBe('contents of the file');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should upload a file after popup', async ({ page, server, asset, browserName }) => {
|
it('should upload a file after popup', async ({ page, server, asset }) => {
|
||||||
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/29923' });
|
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/29923' });
|
||||||
it.fixme(browserName === 'firefox');
|
|
||||||
await page.goto(server.PREFIX + '/input/fileupload.html');
|
await page.goto(server.PREFIX + '/input/fileupload.html');
|
||||||
{
|
{
|
||||||
const [popup] = await Promise.all([
|
const [popup] = await Promise.all([
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue