Implementing new UX for invoking rich text Link UI #94436
Annotations
5 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/various/pattern-overrides.spec.js#L294
1) [chromium] › editor/various/pattern-overrides.spec.js:263:2 › Pattern Overrides › Supports `undefined` attribute values in patterns
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('link', { name: 'wp.org' })
Expected string: "opens in a new tab"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('link', { name: 'wp.org' })
292 | await expect(
293 | page.getByRole( 'link', { name: 'wp.org' } )
> 294 | ).toContainText( 'opens in a new tab' );
| ^
295 |
296 | const openInNewTabCheckbox = page.getByRole( 'checkbox', {
297 | name: 'Open in new tab',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:294:5
|
Run the tests:
test/e2e/specs/editor/various/pattern-overrides.spec.js#L294
1) [chromium] › editor/various/pattern-overrides.spec.js:263:2 › Pattern Overrides › Supports `undefined` attribute values in patterns
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('link', { name: 'wp.org' })
Expected string: "opens in a new tab"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('link', { name: 'wp.org' })
292 | await expect(
293 | page.getByRole( 'link', { name: 'wp.org' } )
> 294 | ).toContainText( 'opens in a new tab' );
| ^
295 |
296 | const openInNewTabCheckbox = page.getByRole( 'checkbox', {
297 | name: 'Open in new tab',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:294:5
|
Run the tests:
test/e2e/specs/editor/various/pattern-overrides.spec.js#L294
1) [chromium] › editor/various/pattern-overrides.spec.js:263:2 › Pattern Overrides › Supports `undefined` attribute values in patterns
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('link', { name: 'wp.org' })
Expected string: "opens in a new tab"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('link', { name: 'wp.org' })
292 | await expect(
293 | page.getByRole( 'link', { name: 'wp.org' } )
> 294 | ).toContainText( 'opens in a new tab' );
| ^
295 |
296 | const openInNewTabCheckbox = page.getByRole( 'checkbox', {
297 | name: 'Open in new tab',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:294: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
1 failed
[chromium] › editor/various/pattern-overrides.spec.js:263:2 › Pattern Overrides › Supports `undefined` attribute values in patterns
139 passed (8.2m)
|
The logs for this run have expired and are no longer available.
Loading