From 9303dd552ddf0dbed81ee74fdd404e018a396e34 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 6 Feb 2023 12:29:58 -0800 Subject: [PATCH] test: enable span scroll in webkit (#20681) Fixes #20165 --- tests/page/page-click-scroll.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/page/page-click-scroll.spec.ts b/tests/page/page-click-scroll.spec.ts index 8d148ca45e..2199391d61 100644 --- a/tests/page/page-click-scroll.spec.ts +++ b/tests/page/page-click-scroll.spec.ts @@ -87,9 +87,8 @@ it('should not crash when force-clicking hidden input', async ({ page, browserNa expect(error.message).toContain('Element is not visible'); }); -it('should scroll into view span element', async ({ page, browserName }) => { +it('should scroll into view span element', async ({ page }) => { it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/20165' }); - it.fixme(browserName === 'webkit'); await page.setContent(`
foo