Zoom out: try pattern inserter instead of starter pattern modal for new pages #114957
Annotations
10 errors and 1 notice
test/e2e/specs/site-editor/pages.spec.js#L265
1) [chromium] › site-editor/pages.spec.js:240:2 › Pages › swap template and reset to default ─────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('.block-editor-block-patterns-list__list-item')
263 | await page
264 | .locator( '.block-editor-block-patterns-list__list-item' )
> 265 | .click();
| ^
266 | await editor.saveSiteEditorEntities( {
267 | isOnlyCurrentEntityDirty: true,
268 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:265:5
|
test/e2e/specs/site-editor/pages.spec.js#L265
1) [chromium] › site-editor/pages.spec.js:240:2 › Pages › swap template and reset to default ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('.block-editor-block-patterns-list__list-item')
263 | await page
264 | .locator( '.block-editor-block-patterns-list__list-item' )
> 265 | .click();
| ^
266 | await editor.saveSiteEditorEntities( {
267 | isOnlyCurrentEntityDirty: true,
268 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:265:5
|
test/e2e/specs/site-editor/pages.spec.js#L265
1) [chromium] › site-editor/pages.spec.js:240:2 › Pages › swap template and reset to default ─────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('.block-editor-block-patterns-list__list-item')
263 | await page
264 | .locator( '.block-editor-block-patterns-list__list-item' )
> 265 | .click();
| ^
266 | await editor.saveSiteEditorEntities( {
267 | isOnlyCurrentEntityDirty: true,
268 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:265:5
|
test/e2e/specs/site-editor/pages.spec.js#L313
2) [chromium] › site-editor/pages.spec.js:304:2 › Pages › swap template options should respect the declared `postTypes`
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Template options' })
311 | .getByRole( 'region', { name: 'Editor settings' } )
312 | .getByRole( 'button', { name: 'Template options' } );
> 313 | await templateOptionsButton.click();
| ^
314 | // Empty theme has only one custom template with `postTypes: ['post']`,
315 | // so it should not be suggested.
316 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:313:31
|
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
2) [chromium] › site-editor/pages.spec.js:304:2 › Pages › swap template options should respect the declared `postTypes`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:309:16
|
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
2) [chromium] › site-editor/pages.spec.js:304:2 › Pages › swap template options should respect the declared `postTypes`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:309:16
|
test/e2e/specs/site-editor/site-editor-url-navigation.spec.js#L88
3) [chromium] › site-editor/site-editor-url-navigation.spec.js:70:2 › Site editor url navigation › The Patterns page should keep the previously selected template part category
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('region', { name: 'Editor content' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor content' })
86 | await expect(
87 | page.getByRole( 'region', { name: 'Editor content' } )
> 88 | ).toBeVisible();
| ^
89 | await page.getByRole( 'button', { name: 'Open navigation' } ).click();
90 | await expect(
91 | navigation.getByRole( 'button', { name: 'All template parts' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/site-editor-url-navigation.spec.js:88:5
|
test/e2e/specs/site-editor/site-editor-url-navigation.spec.js#L88
3) [chromium] › site-editor/site-editor-url-navigation.spec.js:70:2 › Site editor url navigation › The Patterns page should keep the previously selected template part category
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('region', { name: 'Editor content' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor content' })
86 | await expect(
87 | page.getByRole( 'region', { name: 'Editor content' } )
> 88 | ).toBeVisible();
| ^
89 | await page.getByRole( 'button', { name: 'Open navigation' } ).click();
90 | await expect(
91 | navigation.getByRole( 'button', { name: 'All template parts' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/site-editor-url-navigation.spec.js:88:5
|
test/e2e/specs/site-editor/site-editor-url-navigation.spec.js#L88
3) [chromium] › site-editor/site-editor-url-navigation.spec.js:70:2 › Site editor url navigation › The Patterns page should keep the previously selected template part category
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('region', { name: 'Editor content' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor content' })
86 | await expect(
87 | page.getByRole( 'region', { name: 'Editor content' } )
> 88 | ).toBeVisible();
| ^
89 | await page.getByRole( 'button', { name: 'Open navigation' } ).click();
90 | await expect(
91 | navigation.getByRole( 'button', { name: 'All template parts' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/site-editor-url-navigation.spec.js:88:5
|
test/e2e/specs/site-editor/templates.spec.js#L36
4) [chromium] › site-editor/templates.spec.js:13:2 › Templates › Create a custom template ────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('dialog', { name: 'Choose a pattern' }).getByRole('button', { name: 'Close' })
34 | .getByRole( 'dialog', { name: 'Choose a pattern' } )
35 | .getByRole( 'button', { name: 'Close' } )
> 36 | .click();
| ^
37 | await expect(
38 | page.locator(
39 | `role=button[name="Dismiss this notice"i] >> text="${ templateName }" successfully created.`
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/templates.spec.js:36:5
|
4 failed
[chromium] › site-editor/pages.spec.js:240:2 › Pages › swap template and reset to default ──────
[chromium] › site-editor/pages.spec.js:304:2 › Pages › swap template options should respect the declared `postTypes`
[chromium] › site-editor/site-editor-url-navigation.spec.js:70:2 › Site editor url navigation › The Patterns page should keep the previously selected template part category
[chromium] › site-editor/templates.spec.js:13:2 › Templates › Create a custom template ─────────
1 flaky
[chromium] › site-editor/push-to-global-styles.spec.js:23:2 › Push to Global Styles button › should apply Heading block styles to all Heading blocks
4 skipped
187 passed (8.7m)
|
The logs for this run have expired and are no longer available.
Loading