mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-03 07:51:12 +03:00
parent
0a752f3fd6
commit
9303dd552d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user