Lazy load block edit functions #86997
Annotations
7 errors and 1 warning
Running the tests:
packages/e2e-tests/specs/editor/various/block-grouping.test.js#L133
Error: expect(received).toHaveLength(expected)
Expected length: 1
Received length: 0
Received array: []
at Object.toHaveLength (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/editor/various/block-grouping.test.js:133:20)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
|
Running the tests:
packages/e2e-tests/specs/editor/plugins/annotations.test.js#L112
Error: expect(received).toHaveLength(expected)
Expected length: 1
Received length: 0
Received array: []
at Object.toHaveLength (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/editor/plugins/annotations.test.js:112:25)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
|
Running the tests:
packages/e2e-tests/specs/editor/plugins/annotations.test.js#L145
Error: expect(received).toBe(expected) // Object.is equality
Expected: "ABCD"
Received: "D"
at Object.toBe (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/editor/plugins/annotations.test.js:145:18)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
|
Running the tests:
packages/e2e-tests/specs/editor/plugins/annotations.test.js#L1
Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'innerText')
at __puppeteer_evaluation_script__:1:11
at ExecutionContext._evaluateInternal (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/ExecutionContext.ts:273:13)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at ExecutionContext.evaluate (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/ExecutionContext.ts:140:12)
at getAnnotatedText (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/editor/plugins/annotations.test.js:86:10)
at Object.<anonymous> (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/editor/plugins/annotations.test.js:162:25)
|
Running the tests:
packages/e2e-tests/specs/editor/plugins/annotations.test.js#L1
Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'innerText')
at __puppeteer_evaluation_script__:1:11
at ExecutionContext._evaluateInternal (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/ExecutionContext.ts:273:13)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at ExecutionContext.evaluate (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/ExecutionContext.ts:140:12)
at getAnnotatedText (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/editor/plugins/annotations.test.js:86:10)
at Object.<anonymous> (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/editor/plugins/annotations.test.js:182:25)
|
Running the tests:
packages/e2e-tests/specs/editor/plugins/inner-blocks-render-appender.test.js#L66
Error: expect(received).toMatchSnapshot()
Snapshot name: `RenderAppender prop of InnerBlocks Users can customize the appender and can still insert blocks using exposed components 1`
- Snapshot - 3
+ Received + 1
"<!-- wp:test/inner-blocks-render-appender -->
<div style="outline:1px solid gray;padding:5px" class="wp-block-test-inner-blocks-render-appender"><!-- wp:quote -->
- <blockquote class="wp-block-quote"><!-- wp:paragraph -->
- <p></p>
- <!-- /wp:paragraph --></blockquote>
+ <blockquote class="wp-block-quote"></blockquote>
<!-- /wp:quote --></div>
<!-- /wp:test/inner-blocks-render-appender -->"
at Object.toMatchSnapshot (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/editor/plugins/inner-blocks-render-appender.test.js:66:42)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
|
Running 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, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. 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