test: enable test on webkit (#20404)
The fix is included into the recent webkit roll. Fixes #20079
This commit is contained in:
parent
2124e94fd6
commit
e8a1c91c52
|
|
@ -548,8 +548,7 @@ it('should trigger listener added before navigation', async ({ page, server, bro
|
|||
expect(chooser).toBeTruthy();
|
||||
});
|
||||
|
||||
it('input should trigger events when files changed second time', async ({ page, asset, browserName }) => {
|
||||
it.fixme(browserName === 'webkit');
|
||||
it('input should trigger events when files changed second time', async ({ page, asset }) => {
|
||||
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/20079' });
|
||||
await page.setContent(`<input type=file multiple=true/>`);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue