Remove Default and Plain Styles from Quote Block #124630
Annotations
8 errors, 8 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#L21
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 - 2
+ Received + 2
- <!-- wp:quote {"className":"is-style-plain"} -->
+ <!-- wp:quote -->
- <blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph -->
+ <blockquote class="wp-block-quote"><!-- wp:paragraph -->
<p>Quote content</p>
<!-- /wp:paragraph --></blockquote>
<!-- /wp:quote -->
19 | // Check the content
20 | const content = await editor.getEditedPostContent();
> 21 | expect( content ).toBe(
| ^
22 | `<!-- wp:quote {"className":"is-style-plain"} -->
23 | <blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph -->
24 | <p>Quote content</p>
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/style-variation.spec.js:21: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#L21
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 - 2
+ Received + 2
- <!-- wp:quote {"className":"is-style-plain"} -->
+ <!-- wp:quote -->
- <blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph -->
+ <blockquote class="wp-block-quote"><!-- wp:paragraph -->
<p>Quote content</p>
<!-- /wp:paragraph --></blockquote>
<!-- /wp:quote -->
19 | // Check the content
20 | const content = await editor.getEditedPostContent();
> 21 | expect( content ).toBe(
| ^
22 | `<!-- wp:quote {"className":"is-style-plain"} -->
23 | <blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph -->
24 | <p>Quote content</p>
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/style-variation.spec.js:21: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#L21
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 - 2
+ Received + 2
- <!-- wp:quote {"className":"is-style-plain"} -->
+ <!-- wp:quote -->
- <blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph -->
+ <blockquote class="wp-block-quote"><!-- wp:paragraph -->
<p>Quote content</p>
<!-- /wp:paragraph --></blockquote>
<!-- /wp:quote -->
19 | // Check the content
20 | const content = await editor.getEditedPostContent();
> 21 | expect( content ).toBe(
| ^
22 | `<!-- wp:quote {"className":"is-style-plain"} -->
23 | <blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph -->
24 | <p>Quote content</p>
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/style-variation.spec.js:21:21
|
[chromium] › editor/various/style-variation.spec.js:30:2 › adding blocks › Should render the Quote block without style variations:
packages/e2e-test-utils-playwright/src/editor/insert-block.ts#L25
2) [chromium] › editor/various/style-variation.spec.js:30:2 › adding blocks › Should render the Quote block without style variations
TimeoutError: page.waitForFunction: Timeout 10000ms exceeded.
at ../../../packages/e2e-test-utils-playwright/src/editor/insert-block.ts:25
23 | { clientId }: { clientId?: string } = {}
24 | ) {
> 25 | await this.page.waitForFunction(
| ^
26 | () => window?.wp?.blocks && window?.wp?.data
27 | );
28 |
at Editor.insertBlock (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/insert-block.ts:25:18)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/style-variation.spec.js:33:16
|
[chromium] › editor/various/style-variation.spec.js:30:2 › adding blocks › Should render the Quote block without style variations:
packages/e2e-test-utils-playwright/src/editor/insert-block.ts#L25
2) [chromium] › editor/various/style-variation.spec.js:30:2 › adding blocks › Should render the Quote block without style variations
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForFunction: Timeout 10000ms exceeded.
at ../../../packages/e2e-test-utils-playwright/src/editor/insert-block.ts:25
23 | { clientId }: { clientId?: string } = {}
24 | ) {
> 25 | await this.page.waitForFunction(
| ^
26 | () => window?.wp?.blocks && window?.wp?.data
27 | );
28 |
at Editor.insertBlock (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/insert-block.ts:25:18)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/style-variation.spec.js:33:16
|
[chromium] › editor/various/style-variation.spec.js:30:2 › adding blocks › Should render the Quote block without style variations:
packages/e2e-test-utils-playwright/src/editor/insert-block.ts#L25
2) [chromium] › editor/various/style-variation.spec.js:30:2 › adding blocks › Should render the Quote block without style variations
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForFunction: Timeout 10000ms exceeded.
at ../../../packages/e2e-test-utils-playwright/src/editor/insert-block.ts:25
23 | { clientId }: { clientId?: string } = {}
24 | ) {
> 25 | await this.page.waitForFunction(
| ^
26 | () => window?.wp?.blocks && window?.wp?.data
27 | );
28 |
at Editor.insertBlock (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/insert-block.ts:25:18)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/style-variation.spec.js:33:16
|
Playwright - 5
Process completed with exit code 1.
|
Merge Artifacts
No artifacts found matching pattern 'flaky-tests-report*'
|
Playwright - 7
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 1
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 4
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 6
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 2
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 3
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 8
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 5
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
🎭 Playwright Run Summary
2 skipped
200 passed (5.9m)
|
🎭 Playwright Run Summary
1 skipped
211 passed (8.2m)
|
🎭 Playwright Run Summary
1 skipped
184 passed (7.2m)
|
🎭 Playwright Run Summary
207 passed (8.8m)
|
🎭 Playwright Run Summary
1 skipped
224 passed (9.1m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › editor/various/style-variation.spec.js:7:2 › adding blocks › Should switch to the plain style of the quote block
[chromium] › editor/various/style-variation.spec.js:30:2 › adding blocks › Should render the Quote block without style variations
1 skipped
173 passed (8.5m)
|
🎭 Playwright Run Summary
3 skipped
188 passed (9.8m)
|
🎭 Playwright Run Summary
1 skipped
206 passed (11.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
|
3.02 MB |
|