Skip to content

Block Styles: Extend block style variations as mechanism for achieving section styling #96867

Block Styles: Extend block style variations as mechanism for achieving section styling

Block Styles: Extend block style variations as mechanism for achieving section styling #96867

Triggered via pull request February 13, 2024 08:31
Status Failure
Total duration 19m 52s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Report to GitHub
3m 32s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 10 warnings, and 8 notices
[chromium] › editor/various/style-variation.spec.js:7:2 › adding blocks › Should switch to the plain style of the quote block: test/e2e/specs/editor/various/style-variation.spec.js#L29
1) [chromium] › editor/various/style-variation.spec.js:7:2 › adding blocks › Should switch to the plain style of the quote block Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 - <!-- wp:quote {"className":"is-style-plain"} --> + <!-- wp:quote {"style":{"variation":"plain"},"className":"is-style-plain"} --> <blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph --> <p>Quote content</p> <!-- /wp:paragraph --></blockquote> <!-- /wp:quote --> 27 | // Check the content 28 | const content = await editor.getEditedPostContent(); > 29 | expect( content ).toBe( | ^ 30 | `<!-- wp:quote {"className":"is-style-plain"} --> 31 | <blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph --> 32 | <p>Quote content</p> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/style-variation.spec.js:29:21
[chromium] › editor/various/style-variation.spec.js:7:2 › adding blocks › Should switch to the plain style of the quote block: test/e2e/specs/editor/various/style-variation.spec.js#L29
1) [chromium] › editor/various/style-variation.spec.js:7:2 › adding blocks › Should switch to the plain style of the quote block Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 - <!-- wp:quote {"className":"is-style-plain"} --> + <!-- wp:quote {"style":{"variation":"plain"},"className":"is-style-plain"} --> <blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph --> <p>Quote content</p> <!-- /wp:paragraph --></blockquote> <!-- /wp:quote --> 27 | // Check the content 28 | const content = await editor.getEditedPostContent(); > 29 | expect( content ).toBe( | ^ 30 | `<!-- wp:quote {"className":"is-style-plain"} --> 31 | <blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph --> 32 | <p>Quote content</p> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/style-variation.spec.js:29:21
[chromium] › editor/various/style-variation.spec.js:7:2 › adding blocks › Should switch to the plain style of the quote block: test/e2e/specs/editor/various/style-variation.spec.js#L29
1) [chromium] › editor/various/style-variation.spec.js:7:2 › adding blocks › Should switch to the plain style of the quote block Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 - <!-- wp:quote {"className":"is-style-plain"} --> + <!-- wp:quote {"style":{"variation":"plain"},"className":"is-style-plain"} --> <blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph --> <p>Quote content</p> <!-- /wp:paragraph --></blockquote> <!-- /wp:quote --> 27 | // Check the content 28 | const content = await editor.getEditedPostContent(); > 29 | expect( content ).toBe( | ^ 30 | `<!-- wp:quote {"className":"is-style-plain"} --> 31 | <blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph --> 32 | <p>Quote content</p> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/style-variation.spec.js:29:21
Playwright - 5
Process completed with exit code 1.
Playwright - 6
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[chromium] › interactivity/directive-bind.spec.ts:203:8 › data-wp-bind › attribute hydration › name is correctly hydrated for different values: test/e2e/specs/interactivity/directive-bind.spec.ts#L218
1) [chromium] › interactivity/directive-bind.spec.ts:203:8 › data-wp-bind › attribute hydration › name is correctly hydrated for different values Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 Array [ "false", - "false", + null, ] 216 | name 217 | ); > 218 | expect( [ type, hydratedAttr ] ).toEqual( [ | ^ 219 | type, 220 | attrValue, 221 | ] ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/directive-bind.spec.ts:218:39
Playwright - 4
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[chromium] › editor/various/draggable-blocks.spec.js:175:2 › Draggable block › can drag and drop to the start of a horizontal block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L239
1) [chromium] › editor/various/draggable-blocks.spec.js:175:2 › Draggable block › can drag and drop to the start of a horizontal block list Error: expect(received).toBeLessThan(expected) Expected: < 86 Received: 86 Call Log: - Timeout 5000ms exceeded while waiting on the predicate 237 | await expect 238 | .poll( () => indicator.boundingBox().then( ( { x } ) => x ) ) > 239 | .toBeLessThan( firstParagraphBound.x ); | ^ 240 | 241 | // Drop the paragraph block. 242 | await page.mouse.up(); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:239:5
[chromium] › editor/various/draggable-blocks.spec.js:175:2 › Draggable block › can drag and drop to the start of a horizontal block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L239
1) [chromium] › editor/various/draggable-blocks.spec.js:175:2 › Draggable block › can drag and drop to the start of a horizontal block list Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeLessThan(expected) Expected: < 86 Received: 86 Call Log: - Timeout 5000ms exceeded while waiting on the predicate 237 | await expect 238 | .poll( () => indicator.boundingBox().then( ( { x } ) => x ) ) > 239 | .toBeLessThan( firstParagraphBound.x ); | ^ 240 | 241 | // Drop the paragraph block. 242 | await page.mouse.up(); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:239:5
[chromium] › editor/various/draggable-blocks.spec.js:175:2 › Draggable block › can drag and drop to the start of a horizontal block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L239
1) [chromium] › editor/various/draggable-blocks.spec.js:175:2 › Draggable block › can drag and drop to the start of a horizontal block list Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeLessThan(expected) Expected: < 86 Received: 86 Call Log: - Timeout 5000ms exceeded while waiting on the predicate 237 | await expect 238 | .poll( () => indicator.boundingBox().then( ( { x } ) => x ) ) > 239 | .toBeLessThan( firstParagraphBound.x ); | ^ 240 | 241 | // Drop the paragraph block. 242 | await page.mouse.up(); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:239:5
Playwright - 4
Process completed with exit code 1.
Puppeteer
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/.
Playwright - 8
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/.
Playwright - 5
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/.
Playwright - 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/.
Playwright - 6
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/.
Playwright - 2
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/.
Playwright - 7
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/.
Playwright - 4
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/.
Playwright - 3
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/.
Report to GitHub
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8, ./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
3 skipped 129 passed (7.8m)
🎭 Playwright Run Summary
1 failed [chromium] › editor/various/style-variation.spec.js:7:2 › adding blocks › Should switch to the plain style of the quote block 1 skipped 157 passed (8.0m)
🎭 Playwright Run Summary
11 skipped 152 passed (7.8m)
🎭 Playwright Run Summary
1 flaky [chromium] › interactivity/directive-bind.spec.ts:203:8 › data-wp-bind › attribute hydration › name is correctly hydrated for different values 4 skipped 156 passed (8.0m)
🎭 Playwright Run Summary
1 skipped 159 passed (8.3m)
🎭 Playwright Run Summary
189 passed (7.9m)
🎭 Playwright Run Summary
1 failed [chromium] › editor/various/draggable-blocks.spec.js:175:2 › Draggable block › can drag and drop to the start of a horizontal block list 161 passed (9.0m)
🎭 Playwright Run Summary
163 passed (8.5m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
4.73 MB
flaky-tests-report Expired
924 Bytes