Global styles: background UI controls #99903
Annotations
1 error, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/site-editor/pages.spec.js#L109
1) [chromium] › site-editor/pages.spec.js:93:2 › Pages › create a new page, edit template and toggle page template preview
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Template options' })
107 | .getByRole( 'region', { name: 'Editor settings' } )
108 | .getByRole( 'button', { name: 'Template options' } )
> 109 | .click();
| ^
110 | await page.getByRole( 'menuitem', { name: 'Edit template' } ).click();
111 | await expect(
112 | editor.canvas.getByRole( 'document', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:109:5
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run the tests
1 flaky
[chromium] › site-editor/pages.spec.js:93:2 › Pages › create a new page, edit template and toggle page template preview
3 skipped
180 passed (6.0m)
|
Loading