Template editing: Refactor the post editor template-only mode #92555
Annotations
4 errors and 1 notice
Run the tests:
test/e2e/specs/site-editor/pages.spec.js#L127
1) [chromium] › site-editor/pages.spec.js:93:2 › Pages › create a new page, edit template and toggle page template preview
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Content' })
Expected string: "This is the Content block, it will display all the blocks in any single post or page."
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Content' })
125 | name: 'Block: Content',
126 | } )
> 127 | ).toContainText(
| ^
128 | 'This is the Content block, it will display all the blocks in any single post or page.'
129 | );
130 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:127:5
|
Run the tests:
test/e2e/specs/site-editor/pages.spec.js#L127
1) [chromium] › site-editor/pages.spec.js:93:2 › Pages › create a new page, edit template and toggle page template preview
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Content' })
Expected string: "This is the Content block, it will display all the blocks in any single post or page."
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Content' })
125 | name: 'Block: Content',
126 | } )
> 127 | ).toContainText(
| ^
128 | 'This is the Content block, it will display all the blocks in any single post or page.'
129 | );
130 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:127:5
|
Run the tests:
test/e2e/specs/site-editor/pages.spec.js#L127
1) [chromium] › site-editor/pages.spec.js:93:2 › Pages › create a new page, edit template and toggle page template preview
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Content' })
Expected string: "This is the Content block, it will display all the blocks in any single post or page."
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Content' })
125 | name: 'Block: Content',
126 | } )
> 127 | ).toContainText(
| ^
128 | 'This is the Content block, it will display all the blocks in any single post or page.'
129 | );
130 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:127:5
|
Run the tests
Process completed with exit code 1.
|
Run the tests
1 failed
[chromium] › site-editor/pages.spec.js:93:2 › Pages › create a new page, edit template and toggle page template preview
2 skipped
114 passed (8.1m)
|
The logs for this run have expired and are no longer available.
Loading