Allow rich text formatting across blocks #96699
Annotations
5 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L1010
1) [webkit] › editor/various/writing-flow.spec.js:991:2 › Writing Flow (@Firefox, @WebKit) › should prevent browser default formatting on multi selection
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 2
<!-- wp:paragraph -->
- <p>first</p>
+ <p>fir<strong>st</strong></p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
- <p>second</p>
+ <p><strong>seco</strong>nd</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1008 |
1009 | await expect.poll( editor.getEditedPostContent )
> 1010 | .toBe( `<!-- wp:paragraph -->
| ^
1011 | <p>first</p>
1012 | <!-- /wp:paragraph -->
1013 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1010:5
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L1010
1) [webkit] › editor/various/writing-flow.spec.js:991:2 › Writing Flow (@Firefox, @WebKit) › should prevent browser default formatting on multi selection
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 2
<!-- wp:paragraph -->
- <p>first</p>
+ <p>fir<strong>st</strong></p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
- <p>second</p>
+ <p><strong>seco</strong>nd</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1008 |
1009 | await expect.poll( editor.getEditedPostContent )
> 1010 | .toBe( `<!-- wp:paragraph -->
| ^
1011 | <p>first</p>
1012 | <!-- /wp:paragraph -->
1013 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1010:5
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L1010
1) [webkit] › editor/various/writing-flow.spec.js:991:2 › Writing Flow (@Firefox, @WebKit) › should prevent browser default formatting on multi selection
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 2
<!-- wp:paragraph -->
- <p>first</p>
+ <p>fir<strong>st</strong></p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
- <p>second</p>
+ <p><strong>seco</strong>nd</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1008 |
1009 | await expect.poll( editor.getEditedPostContent )
> 1010 | .toBe( `<!-- wp:paragraph -->
| ^
1011 | <p>first</p>
1012 | <!-- /wp:paragraph -->
1013 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1010:5
|
Run the tests
Process completed with exit code 1.
|
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
|
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/.
|
|
The logs for this run have expired and are no longer available.
Loading