test: unskip iframe test on firefox (#8546)

Fixes #8016
This commit is contained in:
Andrey Lushnikov 2021-08-30 12:49:25 +03:00 committed by GitHub
parent e574f4b7fd
commit cded6bc8d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,8 +138,6 @@ it('should work when file input is not attached to DOM', async ({page, asset}) =
});
it('should not throw when filechooser belongs to iframe', async ({page, server, browserName}) => {
it.skip(browserName === 'firefox', 'Firefox ignores filechooser from child frame');
await page.goto(server.PREFIX + '/frames/one-frame.html');
const frame = page.mainFrame().childFrames()[0];
await frame.setContent(`