test: mark test as failing until next wk roll (#11215)

This commit is contained in:
Yury Semikhatsky 2022-01-05 17:06:31 -08:00 committed by GitHub
parent be896848bb
commit a96cb5aff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {