mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
test: mark test as failing until next wk roll (#11215)
This commit is contained in:
parent
be896848bb
commit
a96cb5aff5
@ -39,6 +39,7 @@ it('should handle nested frames', async ({ page, server }) => {
|
||||
});
|
||||
|
||||
it('should get frame box', async ({ page, browserName }) => {
|
||||
it.fail(browserName === 'webkit', 'https://github.com/microsoft/playwright/issues/10977');
|
||||
await page.setViewportSize({ width: 200, height: 200 });
|
||||
await page.setContent(`<style>
|
||||
body {
|
||||
|
Loading…
Reference in New Issue
Block a user