mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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…
x
Reference in New Issue
Block a user