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:
Max Schmitt 2023-02-01 13:56:38 +01:00 committed by GitHub
parent 59d02e43d9
commit 59d1147247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(`