Move legacy meta boxes to toggle #97571
Annotations
8 errors, 1 warning, and 1 notice
Archive debug artifacts (screenshots, traces)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run the tests:
test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js#L25
1) [chromium] › editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes
TimeoutError: locator.type: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=textbox[name="Add title"i]')
============================================================
23 | await page
24 | .locator( 'role=textbox[name="Add title"i]' )
> 25 | .type( 'Hello Meta' );
| ^
26 |
27 | // Switch tinymce to Text mode, first waiting for it to initialize
28 | // because otherwise it will flip back to Visual mode once initialized.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js:25:5
|
Run the tests:
test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js#L25
1) [chromium] › editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.type: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=textbox[name="Add title"i]')
============================================================
23 | await page
24 | .locator( 'role=textbox[name="Add title"i]' )
> 25 | .type( 'Hello Meta' );
| ^
26 |
27 | // Switch tinymce to Text mode, first waiting for it to initialize
28 | // because otherwise it will flip back to Visual mode once initialized.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js:25:5
|
Run the tests:
test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js#L25
1) [chromium] › editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.type: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=textbox[name="Add title"i]')
============================================================
23 | await page
24 | .locator( 'role=textbox[name="Add title"i]' )
> 25 | .type( 'Hello Meta' );
| ^
26 |
27 | // Switch tinymce to Text mode, first waiting for it to initialize
28 | // because otherwise it will flip back to Visual mode once initialized.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js:25:5
|
Run the tests:
test/e2e/specs/editor/various/a11y.spec.js#L31
2) [chromium] › editor/various/a11y.spec.js:20:2 › a11y (@Firefox, @WebKit) › navigating through the Editor regions four times should land on the Editor top bar region
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=textbox[name=/Add title/i]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=textbox[name=/Add title/i]')
29 | await expect(
30 | page.locator( 'role=textbox[name=/Add title/i]' )
> 31 | ).toBeFocused();
| ^
32 | // Navigate to the 'Editor settings' region.
33 | await pageUtils.pressKeys( 'ctrl+`' );
34 | // Navigate to the 'Editor publish' region.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:31:5
|
Run the tests:
test/e2e/specs/editor/various/a11y.spec.js#L31
2) [chromium] › editor/various/a11y.spec.js:20:2 › a11y (@Firefox, @WebKit) › navigating through the Editor regions four times should land on the Editor top bar region
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=textbox[name=/Add title/i]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=textbox[name=/Add title/i]')
29 | await expect(
30 | page.locator( 'role=textbox[name=/Add title/i]' )
> 31 | ).toBeFocused();
| ^
32 | // Navigate to the 'Editor settings' region.
33 | await pageUtils.pressKeys( 'ctrl+`' );
34 | // Navigate to the 'Editor publish' region.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:31:5
|
Run the tests:
test/e2e/specs/editor/various/a11y.spec.js#L31
2) [chromium] › editor/various/a11y.spec.js:20:2 › a11y (@Firefox, @WebKit) › navigating through the Editor regions four times should land on the Editor top bar region
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=textbox[name=/Add title/i]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=textbox[name=/Add title/i]')
29 | await expect(
30 | page.locator( 'role=textbox[name=/Add title/i]' )
> 31 | ).toBeFocused();
| ^
32 | // Navigate to the 'Editor settings' region.
33 | await pageUtils.pressKeys( 'ctrl+`' );
34 | // Navigate to the 'Editor publish' region.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:31:5
|
Run the tests
Process completed with exit code 1.
|
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
2 failed
[chromium] › editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes
[chromium] › editor/various/a11y.spec.js:20:2 › a11y (@Firefox, @WebKit) › navigating through the Editor regions four times should land on the Editor top bar region
162 passed (8.8m)
|
The logs for this run have expired and are no longer available.
Loading