Remove Default and Plain Styles from Quote Block #124133
Annotations
4 errors, 2 warnings, and 1 notice
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L608
1) [chromium] › editor/various/patterns.spec.js:590:2 › Synced pattern › should allow a block with styles to be converted to a reusable block
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Styles', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Styles', exact: true })
606 | .getByRole( 'region', { name: 'Editor settings' } )
607 | .getByRole( 'button', { name: 'Styles', exact: true } )
> 608 | ).toBeVisible();
| ^
609 |
610 | await page.click( 'role=menuitem[name="Plain Style"i]' ); // Update the selector based on UI changes.
611 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:608:5
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L608
1) [chromium] › editor/various/patterns.spec.js:590:2 › Synced pattern › should allow a block with styles to be converted to a reusable block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Styles', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Styles', exact: true })
606 | .getByRole( 'region', { name: 'Editor settings' } )
607 | .getByRole( 'button', { name: 'Styles', exact: true } )
> 608 | ).toBeVisible();
| ^
609 |
610 | await page.click( 'role=menuitem[name="Plain Style"i]' ); // Update the selector based on UI changes.
611 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:608:5
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L608
1) [chromium] › editor/various/patterns.spec.js:590:2 › Synced pattern › should allow a block with styles to be converted to a reusable block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Styles', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Styles', exact: true })
606 | .getByRole( 'region', { name: 'Editor settings' } )
607 | .getByRole( 'button', { name: 'Styles', exact: true } )
> 608 | ).toBeVisible();
| ^
609 |
610 | await page.click( 'role=menuitem[name="Plain Style"i]' ); // Update the selector based on UI changes.
611 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:608:5
|
Run the tests
Process completed with exit code 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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the tests
1 failed
[chromium] › editor/various/patterns.spec.js:590:2 › Synced pattern › should allow a block with styles to be converted to a reusable block
1 skipped
223 passed (9.6m)
|
Loading