mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
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);
|
||||
});
|
||||
|
||||
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(`
|
||||
|
Loading…
Reference in New Issue
Block a user