test: enable span scroll in webkit (#20681)

Fixes #20165
This commit is contained in:
Yury Semikhatsky 2023-02-06 12:29:58 -08:00 committed by GitHub
parent 0a752f3fd6
commit 9303dd552d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(`
<div id=big style="height: 10000px;"></div>
<span id=small>foo</span>