test: unskip wk test (#19903)
This commit is contained in:
parent
2f3db200f6
commit
4359111289
|
|
@ -227,9 +227,8 @@ it.describe('page screenshot', () => {
|
||||||
await verifyViewport(page, 500, 500);
|
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.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.setViewportSize({ width: 50, height: 150 });
|
||||||
await page.setContent(`
|
await page.setContent(`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue