Block Autocompleter: Force icon color to text color when item is sele… #111557
Annotations
2 errors and 8 notices
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:96:2 › Dataviews List Layout › Navigates the items list via UP/DOWN arrow keys:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L113
1) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:96:2 › Dataviews List Layout › Navigates the items list via UP/DOWN arrow keys
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByLabel('Sample Page')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByLabel('Sample Page')
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-200" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-200-label" aria-describedby="view-list-0-200-description">…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-200" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-200-label" aria-describedby="view-list-0-200-description">…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-200" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-200-label" aria-describedby="view-list-0-200-description">…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-200" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-200-label" aria-describedby="view-list-0-200-description">…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-200" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-200-label" aria-describedby="view-list-0-200-description">…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-200" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-200-label" aria-describedby="view-list-0-200-description">…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-200" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-200-label" aria-describedby="view-list-0-200-description">…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-200" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-200-label" aria-describedby="view-list-0-200-description">…</div>
- unexpected value "not focused"
- locator resolved to <div role="button" tabindex="-1" id="view-list-0-200" aria-pressed="false" class="dataviews-view-list__item" aria-labelledby="view-list-0-200-label" aria-describedby="view-list-0-200-description">…</div>
- unexpected value "not focused"
111 | // Use arrow up/down to move through the list.
112 | await page.keyboard.press( 'ArrowDown' );
> 113 | await expect( page.getByLabel( 'Sample Page' ) ).toBeFocused();
| ^
114 |
115 | await page.keyboard.press( 'ArrowUp' );
116 | await expect( page.getByLabel( 'Privacy Policy' ) ).toBeFocused();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:113:52
|
[webkit] › editor/blocks/navigation-frontend-interactivity.spec.js:93:3 › Navigation block - Frontend interactivity › Overlay menu › Overlay menu interactions in Safari (@webkit):
packages/e2e-test-utils-playwright/src/editor/site-editor.ts#L36
1) [webkit] › editor/blocks/navigation-frontend-interactivity.spec.js:93:3 › Navigation block - Frontend interactivity › Overlay menu › Overlay menu interactions in Safari (@WebKit)
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save', exact: true })
- locator resolved to <button type="button" aria-disabled="false" class="components-button editor-post-publish-button editor-post-publish-button__button is-primary is-compact">Save</button>
- attempting click action
- waiting for element to be visible, enabled and stable
at ../../../packages/e2e-test-utils-playwright/src/editor/site-editor.ts:36
34 | // First Save button in the top bar.
35 | const buttonToClick = publishButtonIsVisible ? publishButton : saveButton;
> 36 | await buttonToClick.click();
| ^
37 |
38 | if ( ! options.isOnlyCurrentEntityDirty ) {
39 | // Second Save button in the entities panel.
at Editor.saveSiteEditorEntities (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/site-editor.ts:36:22)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:42:4
|
🎭 Playwright Run Summary
4 skipped
192 passed (6.3m)
|
🎭 Playwright Run Summary
1 skipped
187 passed (8.9m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:96:2 › Dataviews List Layout › Navigates the items list via UP/DOWN arrow keys
192 passed (9.0m)
|
🎭 Playwright Run Summary
1 skipped
202 passed (10.0m)
|
🎭 Playwright Run Summary
1 skipped
182 passed (9.6m)
|
🎭 Playwright Run Summary
3 skipped
188 passed (10.4m)
|
🎭 Playwright Run Summary
198 passed (10.4m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › editor/blocks/navigation-frontend-interactivity.spec.js:93:3 › Navigation block - Frontend interactivity › Overlay menu › Overlay menu interactions in Safari (@WebKit)
191 passed (11.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
2.46 MB |
|
flaky-tests-report
Expired
|
2.55 KB |
|