test: unskip wk test (#19903)

This commit is contained in:
Max Schmitt 2023-01-05 22:51:08 +01:00 committed by GitHub
parent 2f3db200f6
commit 4359111289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,9 +227,8 @@ it.describe('page screenshot', () => {
await verifyViewport(page, 500, 500);
});
it('should allow transparency', async ({ page, browserName, platform }) => {
it('should allow transparency', async ({ page, browserName }) => {
it.fail(browserName === 'firefox');
it.fixme(browserName === 'webkit' && platform === 'win32', 'https://github.com/microsoft/playwright/issues/18452');
await page.setViewportSize({ width: 50, height: 150 });
await page.setContent(`