E2E Tests: Add test case for Link
color support
#124741
Annotations
4 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/various/link-color-support.spec.js#L48
1) [chromium] › editor/various/link-color-support.spec.js:11:6 › Link color in themes › should apply selected link color in editor and frontend
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[aria-label="Color options"]')
46 | '[aria-label="Color options"]'
47 | );
> 48 | await colorOptionsButton.click();
| ^
49 |
50 | const linkButton = editor.page.locator(
51 | 'button[aria-label="Show Link"]'
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/link-color-support.spec.js:48:28
|
Run the tests:
test/e2e/specs/editor/various/link-color-support.spec.js#L48
1) [chromium] › editor/various/link-color-support.spec.js:11:6 › Link color in themes › should apply selected link color in editor and frontend
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[aria-label="Color options"]')
46 | '[aria-label="Color options"]'
47 | );
> 48 | await colorOptionsButton.click();
| ^
49 |
50 | const linkButton = editor.page.locator(
51 | 'button[aria-label="Show Link"]'
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/link-color-support.spec.js:48:28
|
Run the tests:
test/e2e/specs/editor/various/link-color-support.spec.js#L48
1) [chromium] › editor/various/link-color-support.spec.js:11:6 › Link color in themes › should apply selected link color in editor and frontend
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[aria-label="Color options"]')
46 | '[aria-label="Color options"]'
47 | );
> 48 | await colorOptionsButton.click();
| ^
49 |
50 | const linkButton = editor.page.locator(
51 | 'button[aria-label="Show Link"]'
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/link-color-support.spec.js:48:28
|
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
|
Run the tests
1 failed
[chromium] › editor/various/link-color-support.spec.js:11:6 › Link color in themes › should apply selected link color in editor and frontend
1 skipped
224 passed (9.8m)
|
Loading