Image lightbox: fix jitter scrolling by adopting css based overflow fix #106485
Annotations
1 error and 1 notice
test/e2e/specs/site-editor/font-library.spec.js#L194
1) [chromium] › site-editor/font-library.spec.js:191:3 › Font Library › When switching Theme Style variations › clicking on a font in the global styles sidebar should activate the font in the overlay when switching Theme Style variation
Error: locator.click: Error: strict mode violation: getByRole('button', { name: /styles/i }) resolved to 2 elements:
1) <button data-wp-c16t="true" data-wp-component="Item" id=…>…</button> aka getByLabel('Navigation', { exact: true }).getByRole('button', { name: 'Styles' })
2) <button type="button" aria-label="Styles" aria-pressed="…>…</button> aka getByLabel('Styles')
Call log:
- waiting for getByRole('button', { name: /styles/i })
192 | page,
193 | } ) => {
> 194 | await page.getByRole( 'button', { name: /styles/i } ).click();
| ^
195 |
196 | // Click "Browse styles"
197 | await page.getByRole( 'button', { name: 'Browse styles' } ).click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/font-library.spec.js:194:58
|
|
This job succeeded
Loading