Add CodeMirror to Additional CSS / Custom HTML block #100968
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/blocks/preformatted.spec.js#L17
1) [chromium] › editor/blocks/preformatted.spec.js:11:2 › Preformatted › should preserve character newlines
Error: Snapshot comparison failed:
<!-- wp:html /-->
<pre>1
2</pre
<!-- wp:paragraph -->
<p>2</pre></p>
<!-- /wp:htmlparagraph -->
Expected: /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/__snapshots__/Preformatted-should-preserve-character-newlines-1-chromium.txt
Received: /home/runner/work/gutenberg/gutenberg/artifacts/test-results/editor-blocks-preformatted-Preformatted-should-preserve-character-newlines-chromium/Preformatted-should-preserve-character-newlines-1-actual.txt
15 | await page.keyboard.type( '2</pre>' );
16 |
> 17 | expect( await editor.getEditedPostContent() ).toMatchSnapshot();
| ^
18 |
19 | await editor.clickBlockOptionsMenuItem( 'Convert to Blocks' );
20 | // Once it's edited, it should be saved as BR tags.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/preformatted.spec.js:17:49
|
Run the tests:
test/e2e/specs/editor/blocks/preformatted.spec.js#L17
1) [chromium] › editor/blocks/preformatted.spec.js:11:2 › Preformatted › should preserve character newlines
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Snapshot comparison failed:
<!-- wp:html /-->
<pre>1
2</pre
<!-- wp:paragraph -->
<p>2</pre></p>
<!-- /wp:htmlparagraph -->
Expected: /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/__snapshots__/Preformatted-should-preserve-character-newlines-1-chromium.txt
Received: /home/runner/work/gutenberg/gutenberg/artifacts/test-results/editor-blocks-preformatted-Preformatted-should-preserve-character-newlines-chromium-retry1/Preformatted-should-preserve-character-newlines-1-actual.txt
15 | await page.keyboard.type( '2</pre>' );
16 |
> 17 | expect( await editor.getEditedPostContent() ).toMatchSnapshot();
| ^
18 |
19 | await editor.clickBlockOptionsMenuItem( 'Convert to Blocks' );
20 | // Once it's edited, it should be saved as BR tags.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/preformatted.spec.js:17:49
|
Run the tests:
test/e2e/specs/editor/blocks/preformatted.spec.js#L17
1) [chromium] › editor/blocks/preformatted.spec.js:11:2 › Preformatted › should preserve character newlines
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Snapshot comparison failed:
<!-- wp:html /-->
<pre>1
2</pre
<!-- wp:paragraph -->
<p>2</pre></p>
<!-- /wp:htmlparagraph -->
Expected: /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/__snapshots__/Preformatted-should-preserve-character-newlines-1-chromium.txt
Received: /home/runner/work/gutenberg/gutenberg/artifacts/test-results/editor-blocks-preformatted-Preformatted-should-preserve-character-newlines-chromium-retry2/Preformatted-should-preserve-character-newlines-1-actual.txt
15 | await page.keyboard.type( '2</pre>' );
16 |
> 17 | expect( await editor.getEditedPostContent() ).toMatchSnapshot();
| ^
18 |
19 | await editor.clickBlockOptionsMenuItem( 'Convert to Blocks' );
20 | // Once it's edited, it should be saved as BR tags.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/preformatted.spec.js:17:49
|
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/blocks/preformatted.spec.js:11:2 › Preformatted › should preserve character newlines
1 skipped
190 passed (9.5m)
|
Loading