Editor: Standardize reduced motion handling using media queries (#68424) #124100
Annotations
4 errors, 2 warnings, and 1 notice
Run the tests:
test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js#L30
1) [chromium] › editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=button[name="Text"i]')
28 | // because otherwise it will flip back to Visual mode once initialized.
29 | await page.locator( '#test_tinymce_id_ifr' ).waitFor();
> 30 | await page.locator( 'role=button[name="Text"i]' ).click();
| ^
31 |
32 | // Type something in the tinymce Text mode textarea.
33 | const metaBoxField = page.locator( '#test_tinymce_id' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js:30:53
|
Run the tests:
test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js#L30
1) [chromium] › editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=button[name="Text"i]')
28 | // because otherwise it will flip back to Visual mode once initialized.
29 | await page.locator( '#test_tinymce_id_ifr' ).waitFor();
> 30 | await page.locator( 'role=button[name="Text"i]' ).click();
| ^
31 |
32 | // Type something in the tinymce Text mode textarea.
33 | const metaBoxField = page.locator( '#test_tinymce_id' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js:30:53
|
Run the tests:
test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js#L30
1) [chromium] › editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=button[name="Text"i]')
28 | // because otherwise it will flip back to Visual mode once initialized.
29 | await page.locator( '#test_tinymce_id_ifr' ).waitFor();
> 30 | await page.locator( 'role=button[name="Text"i]' ).click();
| ^
31 |
32 | // Type something in the tinymce Text mode textarea.
33 | const metaBoxField = page.locator( '#test_tinymce_id' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js:30:53
|
Run the tests
Process completed with exit code 1.
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the tests
1 failed
[chromium] › editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes
1 skipped
209 passed (8.9m)
|
Loading