test: enable download url test on webkit (#6588)
Fixed by the recent bump to 1478.
This commit is contained in:
parent
d2a23a4abe
commit
5aafae39bb
|
|
@ -66,8 +66,6 @@ it.describe('download event', () => {
|
|||
});
|
||||
|
||||
it('should report proper download url when download is from download attribute', async ({browser, server, browserName}) => {
|
||||
it.fixme(browserName === 'webkit', '@see https://github.com/microsoft/playwright/issues/5537');
|
||||
|
||||
const page = await browser.newPage({ acceptDownloads: true });
|
||||
await page.goto(server.PREFIX + '/empty.html');
|
||||
await page.setContent(`<a href="${server.PREFIX}/chromium-linux.zip" download="foo.zip">download</a>`);
|
||||
|
|
|
|||
Loading…
Reference in a new issue