test: enable test on webkit (#20404)

The fix is included into the recent webkit roll.

Fixes #20079
This commit is contained in:
Yury Semikhatsky 2023-01-26 10:13:21 -08:00 committed by GitHub
parent 2124e94fd6
commit e8a1c91c52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/>`);