Block Autocompleter: Force icon color to text color when item is sele… #111557
Annotations
1 error and 1 notice
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
|
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)
|
This job succeeded
Loading