mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: mark webkit ubuntu fonts test as fixme (#12885)
References https://github.com/microsoft/playwright/issues/12839
This commit is contained in:
parent
a10f6f3406
commit
bb756c5b23
@ -726,7 +726,8 @@ it.describe('page screenshot animations', () => {
|
||||
]);
|
||||
});
|
||||
|
||||
it('should respect fonts option', async ({ page, server, isWindows }) => {
|
||||
it('should respect fonts option', async ({ page, server, isWindows, browserName, isLinux }) => {
|
||||
it.fixme(browserName === 'webkit' && isLinux, 'https://github.com/microsoft/playwright/issues/12839');
|
||||
it.fixme(isWindows, 'This requires a windows-specific test expectations. https://github.com/microsoft/playwright/issues/12707');
|
||||
await page.setViewportSize({ width: 500, height: 500 });
|
||||
let serverRequest, serverResponse;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user