mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 05:37:20 +03:00
test: unskip 'should be able to download a inline PDF file via navigation' for WebKit (#20551)
Fixes https://github.com/microsoft/playwright/issues/20044
This commit is contained in:
parent
59d02e43d9
commit
59d1147247
@ -636,7 +636,7 @@ it('should be able to download a inline PDF file via response interception', asy
|
||||
});
|
||||
|
||||
it('should be able to download a inline PDF file via navigation', async ({ browser, server, asset, browserName, headless }) => {
|
||||
it.fixme((!headless && browserName === 'chromium') || browserName === 'webkit');
|
||||
it.fixme((!headless && browserName === 'chromium'));
|
||||
const page = await browser.newPage();
|
||||
await page.goto(server.EMPTY_PAGE);
|
||||
await page.setContent(`
|
||||
|
Loading…
Reference in New Issue
Block a user