Fix item font family item height in the sidebar #108493
Annotations
2 errors and 8 notices
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L76
1) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB, and vice versa
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByLabel('Privacy Policy')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByLabel('Privacy Policy')
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192"…>…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-192"…>…</div>
- unexpected value "not focused"
74 | await expect( page.getByRole( 'grid' ) ).toBeVisible();
75 | await page.keyboard.press( 'Tab' );
> 76 | await expect( page.getByLabel( 'Privacy Policy' ) ).toBeFocused();
| ^
77 |
78 | // Go to the preview.
79 | await page.keyboard.press( 'Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:76:55
|
[chromium] › site-editor/font-library.spec.js:39:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage fonts" button:
test/e2e/specs/site-editor/font-library.spec.js#L42
2) [chromium] › site-editor/font-library.spec.js:39:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage 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=…>…</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' })
40 | page,
41 | } ) => {
> 42 | await page.getByRole( 'button', { name: 'Styles' } ).click();
| ^
43 | await page
44 | .getByRole( 'button', { name: 'Typography Styles' } )
45 | .click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/font-library.spec.js:42:57
|
🎭 Playwright Run Summary
4 skipped
196 passed (5.7m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB, and vice versa
[chromium] › site-editor/font-library.spec.js:39:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage fonts" button
1 skipped
191 passed (9.2m)
|
🎭 Playwright Run Summary
1 skipped
186 passed (9.7m)
|
🎭 Playwright Run Summary
1 skipped
187 passed (9.0m)
|
🎭 Playwright Run Summary
1 skipped
196 passed (9.5m)
|
🎭 Playwright Run Summary
3 skipped
189 passed (10.1m)
|
🎭 Playwright Run Summary
197 passed (10.2m)
|
🎭 Playwright Run Summary
182 passed (13.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
3.43 MB |
|
flaky-tests-report
Expired
|
2.09 KB |
|