Site Export: ensure that the export endpoint uses Gutenberg theme classes #103879
Annotations
5 errors, 1 warning, and 8 notices
[chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation:
test/e2e/specs/site-editor/site-editor-url-navigation.spec.js#L44
1) [chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'For a specific item' })
42 | await page
43 | .getByRole( 'button', { name: 'For a specific item' } )
> 44 | .click();
| ^
45 | await page.getByRole( 'option', { name: 'Demo' } ).click();
46 | await expect( page ).toHaveURL(
47 | '/wp-admin/site-editor.php?postId=emptytheme%2F%2Fsingle-post-demo&postType=wp_template&canvas=edit'
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/site-editor-url-navigation.spec.js:44:5
|
[chromium] › editor/blocks/comments.spec.js:181:2 › Comments › The editable block version is rendered if the legacy attribute is false:
test/e2e/specs/editor/blocks/comments.spec.js#L24
1) [chromium] › editor/blocks/comments.spec.js:181:2 › Comments › The editable block version is rendered if the legacy attribute is false
Test timeout of 100000ms exceeded while running "beforeEach" hook.
22 | } );
23 |
> 24 | test.beforeEach( async ( { commentsBlockUtils } ) => {
| ^
25 | // Ideally, we'd set options in beforeAll or afterAll. Unfortunately, these
26 | // aren't exposed via the REST API, so we have to set them through the
27 | // relevant wp-admin screen, which involves page utils; but those are
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:24:7
|
[chromium] › editor/blocks/comments.spec.js:181:2 › Comments › The editable block version is rendered if the legacy attribute is false:
test/e2e/specs/editor/blocks/comments.spec.js#L1
1) [chromium] › editor/blocks/comments.spec.js:181:2 › Comments › The editable block version is rendered if the legacy attribute is false
Test timeout of 100000ms exceeded.
|
[chromium] › editor/blocks/comments.spec.js:181:2 › Comments › The editable block version is rendered if the legacy attribute is false:
test/e2e/specs/editor/blocks/comments.spec.js#L41
1) [chromium] › editor/blocks/comments.spec.js:181:2 › Comments › The editable block version is rendered if the legacy attribute is false
"afterAll" hook timeout of 100000ms exceeded.
39 | } );
40 |
> 41 | test.afterAll( async ( { requestUtils } ) => {
| ^
42 | await requestUtils.activateTheme( 'twentytwentyone' );
43 | } );
44 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:41:7
|
[chromium] › editor/blocks/comments.spec.js:181:2 › Comments › The editable block version is rendered if the legacy attribute is false:
packages/e2e-test-utils-playwright/src/admin/get-page-error.ts#L26
1) [chromium] › editor/blocks/comments.spec.js:181:2 › Comments › The editable block version is rendered if the legacy attribute is false
Error: page.content: Test ended.
at ../../../packages/e2e-test-utils-playwright/src/admin/get-page-error.ts:26
24 | */
25 | export async function getPageError( this: Admin ) {
> 26 | const content = await this.page.content();
| ^
27 | const match = content.match( REGEXP_PHP_ERROR );
28 | return match ? match[ 0 ] : null;
29 | }
at Admin.getPageError (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/get-page-error.ts:26:34)
at Admin.visitAdminPage (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/visit-admin-page.ts:39:27)
at CommentsBlockUtils.setOption (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:373:3)
at CommentsBlockUtils.setOptions (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:355:28)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/comments.spec.js:29:21
|
Report to GitHub
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ./packages/report-flaky-tests. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
1 flaky
[chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation
3 skipped
181 passed (5.8m)
|
🎭 Playwright Run Summary
3 skipped
145 passed (7.7m)
|
🎭 Playwright Run Summary
185 passed (8.6m)
|
🎭 Playwright Run Summary
1 skipped
183 passed (9.0m)
|
🎭 Playwright Run Summary
1 skipped
177 passed (9.1m)
|
🎭 Playwright Run Summary
1 skipped
193 passed (9.5m)
|
🎭 Playwright Run Summary
221 passed (12.0m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › editor/blocks/comments.spec.js:181:2 › Comments › The editable block version is rendered if the legacy attribute is false
189 passed (14.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
2.05 MB |
|
flaky-tests-report
Expired
|
2.19 KB |
|