Zoom out: hide vertical toolbar when block is not full width (#63650) #110197
Annotations
2 errors and 8 notices
[chromium] › site-editor/font-library.spec.js:17:3 › Font Library › When a blank theme is active › should display the "Add fonts" button:
test/e2e/specs/site-editor/font-library.spec.js#L18
1) [chromium] › site-editor/font-library.spec.js:17:3 › Font Library › When a blank theme is active › should display the "Add fonts" button
Error: locator.click: Error: strict mode violation: getByRole('button', { name: 'Styles' }) resolved to 2 elements:
1) <button data-wp-c16t="true" data-wp-component="Item" id="global-styles-navigation-item" class="components-item edit-site-sidebar-navigation-item css-1q7r44i e19lxcc00">…</button> aka getByLabel('Navigation', { exact: true }).getByRole('button', { name: 'Styles' })
2) <button type="button" aria-label="Styles" aria-pressed="false" aria-expanded="false" aria-disabled="false" aria-controls="edit-site:global-styles" class="components-button is-compact has-icon">…</button> aka getByLabel('Styles')
Call log:
- waiting for getByRole('button', { name: 'Styles' })
16 |
17 | test( 'should display the "Add fonts" button', async ( { page } ) => {
> 18 | await page.getByRole( 'button', { name: 'Styles' } ).click();
| ^
19 | await page
20 | .getByRole( 'button', { name: 'Typography Styles' } )
21 | .click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/font-library.spec.js:18:57
|
[chromium] › site-editor/font-library.spec.js:115:3 › Font Library › When a user manages custom fonts via the UI › should allow user to add and remove multiple local font files:
test/e2e/specs/site-editor/font-library.spec.js#L119
2) [chromium] › site-editor/font-library.spec.js:115:3 › Font Library › When a user manages custom fonts via the UI › should allow user to add and remove multiple local font files
Error: locator.click: Error: strict mode violation: getByRole('button', { name: 'Styles' }) resolved to 2 elements:
1) <button data-wp-c16t="true" data-wp-component="Item" id="global-styles-navigation-item" class="components-item edit-site-sidebar-navigation-item css-1q7r44i e19lxcc00">…</button> aka getByLabel('Navigation', { exact: true }).getByRole('button', { name: 'Styles' })
2) <button type="button" aria-label="Styles" aria-pressed="false" aria-expanded="false" aria-disabled="false" aria-controls="edit-site:global-styles" class="components-button is-compact has-icon">…</button> aka getByLabel('Styles')
Call log:
- waiting for getByRole('button', { name: 'Styles' })
117 | editor,
118 | } ) => {
> 119 | await page.getByRole( 'button', { name: 'Styles' } ).click();
| ^
120 | await page
121 | .getByRole( 'button', { name: 'Typography Styles' } )
122 | .click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/font-library.spec.js:119:57
|
🎭 Playwright Run Summary
5 skipped
187 passed (5.8m)
|
🎭 Playwright Run Summary
1 skipped
187 passed (8.7m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › site-editor/font-library.spec.js:17:3 › Font Library › When a blank theme is active › should display the "Add fonts" button
[chromium] › site-editor/font-library.spec.js:115:3 › Font Library › When a user manages custom fonts via the UI › should allow user to add and remove multiple local font files
189 passed (9.3m)
|
🎭 Playwright Run Summary
1 skipped
187 passed (9.5m)
|
🎭 Playwright Run Summary
1 skipped
197 passed (9.4m)
|
🎭 Playwright Run Summary
3 skipped
188 passed (10.2m)
|
🎭 Playwright Run Summary
198 passed (10.0m)
|
🎭 Playwright Run Summary
192 passed (10.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
2.76 MB |
|
flaky-tests-report
Expired
|
2.37 KB |
|