Allow template duplication + concept of active templates #123020
Annotations
34 errors, 9 warnings, 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#L46
1) [chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /wp-admin\/site-editor\.php\?postId=\d+&postType=wp_template&canvas=edit/
Received string: "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F32&canvas=edit"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Ftemplate"
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Ftemplate"
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F32&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F32&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F32&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F32&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F32&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F32&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F32&canvas=edit"
44 | .click();
45 | await page.getByRole( 'option', { name: 'Demo' } ).click();
> 46 | await expect( page ).toHaveURL(
| ^
47 | /wp-admin\/site-editor\.php\?postId=\d+&postType=wp_template&canvas=edit/
48 | );
49 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/site-editor-url-navigation.spec.js:46:24
|
[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#L46
1) [chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /wp-admin\/site-editor\.php\?postId=\d+&postType=wp_template&canvas=edit/
Received string: "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F35&canvas=edit"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Ftemplate"
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Ftemplate"
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F35&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F35&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F35&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F35&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F35&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F35&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F35&canvas=edit"
44 | .click();
45 | await page.getByRole( 'option', { name: 'Demo' } ).click();
> 46 | await expect( page ).toHaveURL(
| ^
47 | /wp-admin\/site-editor\.php\?postId=\d+&postType=wp_template&canvas=edit/
48 | );
49 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/site-editor-url-navigation.spec.js:46:24
|
[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#L46
1) [chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /wp-admin\/site-editor\.php\?postId=\d+&postType=wp_template&canvas=edit/
Received string: "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F38&canvas=edit"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Ftemplate"
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Ftemplate"
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F38&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F38&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F38&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F38&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F38&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F38&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2F38&canvas=edit"
44 | .click();
45 | await page.getByRole( 'option', { name: 'Demo' } ).click();
> 46 | await expect( page ).toHaveURL(
| ^
47 | /wp-admin\/site-editor\.php\?postId=\d+&postType=wp_template&canvas=edit/
48 | );
49 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/site-editor-url-navigation.spec.js:46:24
|
[chromium] › site-editor/template-activate.spec.js:22:2 › Template Activate › should duplicate and activate:
test/e2e/specs/site-editor/template-activate.spec.js#L69
2) [chromium] › site-editor/template-activate.spec.js:22:2 › Template Activate › should duplicate and activate
Error: locator.click: Error: strict mode violation: getByRole('button', { name: 'Index (Copy)' }) resolved to 2 elements:
1) <div tabindex="0" role="button" aria-labelledby="dataviews-view-grid__title-field-0" class="dataviews-view-grid__media dataviews-view-grid__media--clickable">…</div> aka getByLabel('Index (Copy)', { exact: true })
2) <div tabindex="0" role="button" id="dataviews-view-grid__title-field-0" class="dataviews-view-grid__title-field dataviews-title-field dataviews-view-grid__title-field dataviews-title-field--clickable">…</div> aka locator('#dataviews-view-grid__title-field-0')
Call log:
- waiting for getByRole('button', { name: 'Index (Copy)' })
67 | );
68 |
> 69 | await page.getByRole( 'button', { name: 'Index (Copy)' } ).click();
| ^
70 |
71 | await expect( editor.canvas.getByText( 'gutenberg' ) ).toBeVisible();
72 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-activate.spec.js:69:62
|
[chromium] › site-editor/template-activate.spec.js:22:2 › Template Activate › should duplicate and activate:
test/e2e/specs/site-editor/template-activate.spec.js#L69
2) [chromium] › site-editor/template-activate.spec.js:22:2 › Template Activate › should duplicate and activate
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: getByRole('button', { name: 'Index (Copy)' }) resolved to 2 elements:
1) <div tabindex="0" role="button" aria-labelledby="dataviews-view-grid__title-field-0" class="dataviews-view-grid__media dataviews-view-grid__media--clickable">…</div> aka getByLabel('Index (Copy)', { exact: true })
2) <div tabindex="0" role="button" id="dataviews-view-grid__title-field-0" class="dataviews-view-grid__title-field dataviews-title-field dataviews-view-grid__title-field dataviews-title-field--clickable">…</div> aka locator('#dataviews-view-grid__title-field-0')
Call log:
- waiting for getByRole('button', { name: 'Index (Copy)' })
67 | );
68 |
> 69 | await page.getByRole( 'button', { name: 'Index (Copy)' } ).click();
| ^
70 |
71 | await expect( editor.canvas.getByText( 'gutenberg' ) ).toBeVisible();
72 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-activate.spec.js:69:62
|
[chromium] › site-editor/template-activate.spec.js:22:2 › Template Activate › should duplicate and activate:
test/e2e/specs/site-editor/template-activate.spec.js#L69
2) [chromium] › site-editor/template-activate.spec.js:22:2 › Template Activate › should duplicate and activate
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: getByRole('button', { name: 'Index (Copy)' }) resolved to 2 elements:
1) <div tabindex="0" role="button" aria-labelledby="dataviews-view-grid__title-field-0" class="dataviews-view-grid__media dataviews-view-grid__media--clickable">…</div> aka getByLabel('Index (Copy)', { exact: true })
2) <div tabindex="0" role="button" id="dataviews-view-grid__title-field-0" class="dataviews-view-grid__title-field dataviews-title-field dataviews-view-grid__title-field dataviews-title-field--clickable">…</div> aka locator('#dataviews-view-grid__title-field-0')
Call log:
- waiting for getByRole('button', { name: 'Index (Copy)' })
67 | );
68 |
> 69 | await page.getByRole( 'button', { name: 'Index (Copy)' } ).click();
| ^
70 |
71 | await expect( editor.canvas.getByText( 'gutenberg' ) ).toBeVisible();
72 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-activate.spec.js:69:62
|
[chromium] › site-editor/template-registration.spec.js:29:2 › Block template registration › templates can be registered and edited:
packages/e2e-test-utils-playwright/src/editor/site-editor.ts#L45
3) [chromium] › site-editor/template-registration.spec.js:29:2 › Block template registration › templates can be registered and edited
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: /(Editor publish|Save panel)/ }).getByRole('button', { name: 'Save', exact: true })
at ../../../packages/e2e-test-utils-playwright/src/editor/site-editor.ts:45
43 | } )
44 | .getByRole( 'button', { name: 'Save', exact: true } )
> 45 | .click();
| ^
46 | }
47 | // The text in the notice can be different based on the edited entity, whether
48 | // we are saving multiple entities and whether we publish or update. So for now,
at Editor.saveSiteEditorEntities (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/site-editor.ts:45:5)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:65:3
|
[chromium] › site-editor/template-registration.spec.js:29:2 › Block template registration › templates can be registered and edited:
packages/e2e-test-utils-playwright/src/editor/site-editor.ts#L45
3) [chromium] › site-editor/template-registration.spec.js:29:2 › Block template registration › templates can be registered and edited
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: /(Editor publish|Save panel)/ }).getByRole('button', { name: 'Save', exact: true })
at ../../../packages/e2e-test-utils-playwright/src/editor/site-editor.ts:45
43 | } )
44 | .getByRole( 'button', { name: 'Save', exact: true } )
> 45 | .click();
| ^
46 | }
47 | // The text in the notice can be different based on the edited entity, whether
48 | // we are saving multiple entities and whether we publish or update. So for now,
at Editor.saveSiteEditorEntities (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/site-editor.ts:45:5)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:65:3
|
[chromium] › site-editor/template-registration.spec.js:29:2 › Block template registration › templates can be registered and edited:
packages/e2e-test-utils-playwright/src/editor/site-editor.ts#L45
3) [chromium] › site-editor/template-registration.spec.js:29:2 › Block template registration › templates can be registered and edited
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: /(Editor publish|Save panel)/ }).getByRole('button', { name: 'Save', exact: true })
at ../../../packages/e2e-test-utils-playwright/src/editor/site-editor.ts:45
43 | } )
44 | .getByRole( 'button', { name: 'Save', exact: true } )
> 45 | .click();
| ^
46 | }
47 | // The text in the notice can be different based on the edited entity, whether
48 | // we are saving multiple entities and whether we publish or update. So for now,
at Editor.saveSiteEditorEntities (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/site-editor.ts:45:5)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:65:3
|
[chromium] › site-editor/template-registration.spec.js:170:2 › Block template registration › templates can be deleted if the registered plugin is deactivated:
packages/e2e-test-utils-playwright/src/editor/site-editor.ts#L45
4) [chromium] › site-editor/template-registration.spec.js:170:2 › Block template registration › templates can be deleted if the registered plugin is deactivated
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: /(Editor publish|Save panel)/ }).getByRole('button', { name: 'Save', exact: true })
at ../../../packages/e2e-test-utils-playwright/src/editor/site-editor.ts:45
43 | } )
44 | .getByRole( 'button', { name: 'Save', exact: true } )
> 45 | .click();
| ^
46 | }
47 | // The text in the notice can be different based on the edited entity, whether
48 | // we are saving multiple entities and whether we publish or update. So for now,
at Editor.saveSiteEditorEntities (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/site-editor.ts:45:5)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:193:3
|
[chromium] › editor/various/pattern-overrides.spec.js:240:3 › Pattern Overrides › block editing modes › blocks with bindings in a synced pattern are editable:
packages/e2e-test-utils-playwright/src/editor/switch-editor-tool.ts#L20
1) [chromium] › editor/various/pattern-overrides.spec.js:240:3 › Pattern Overrides › block editing modes › blocks with bindings in a synced pattern are editable, and all other blocks are disabled
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('toolbar', { name: 'Document tools' }).getByRole('button', { name: 'Tools' })
at ../../../packages/e2e-test-utils-playwright/src/editor/switch-editor-tool.ts:20
18 | name: 'Tools',
19 | } )
> 20 | .click();
| ^
21 | const menu = this.page.getByRole( 'menu', {
22 | name: 'Tools',
23 | } );
at Editor.switchEditorTool (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/switch-editor-tool.ts:20:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:271:17
|
[chromium] › editor/various/pattern-overrides.spec.js:240:3 › Pattern Overrides › block editing modes › blocks with bindings in a synced pattern are editable:
packages/e2e-test-utils-playwright/src/editor/switch-editor-tool.ts#L20
1) [chromium] › editor/various/pattern-overrides.spec.js:240:3 › Pattern Overrides › block editing modes › blocks with bindings in a synced pattern are editable, and all other blocks are disabled
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('toolbar', { name: 'Document tools' }).getByRole('button', { name: 'Tools' })
at ../../../packages/e2e-test-utils-playwright/src/editor/switch-editor-tool.ts:20
18 | name: 'Tools',
19 | } )
> 20 | .click();
| ^
21 | const menu = this.page.getByRole( 'menu', {
22 | name: 'Tools',
23 | } );
at Editor.switchEditorTool (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/switch-editor-tool.ts:20:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:271:17
|
[chromium] › editor/various/pattern-overrides.spec.js:240:3 › Pattern Overrides › block editing modes › blocks with bindings in a synced pattern are editable:
packages/e2e-test-utils-playwright/src/editor/switch-editor-tool.ts#L20
1) [chromium] › editor/various/pattern-overrides.spec.js:240:3 › Pattern Overrides › block editing modes › blocks with bindings in a synced pattern are editable, and all other blocks are disabled
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('toolbar', { name: 'Document tools' }).getByRole('button', { name: 'Tools' })
at ../../../packages/e2e-test-utils-playwright/src/editor/switch-editor-tool.ts:20
18 | name: 'Tools',
19 | } )
> 20 | .click();
| ^
21 | const menu = this.page.getByRole( 'menu', {
22 | name: 'Tools',
23 | } );
at Editor.switchEditorTool (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/switch-editor-tool.ts:20:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:271:17
|
Playwright - 4
Process completed with exit code 1.
|
[chromium] › site-editor/browser-history.spec.js:15:2 › Site editor browser history › Back button works properly:
test/e2e/specs/site-editor/browser-history.spec.js#L25
1) [chromium] › site-editor/browser-history.spec.js:15:2 › Site editor browser history › Back button works properly
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "http://localhost:8889/wp-admin/site-editor.php?p=%2F_wp_static_template%2Femptytheme%2F%2Findex&canvas=edit"
Received string: "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
23 | .locator( '.fields-field__title', { hasText: 'Index' } )
24 | .click();
> 25 | await expect( page ).toHaveURL(
| ^
26 | '/wp-admin/site-editor.php?p=%2F_wp_static_template%2Femptytheme%2F%2Findex&canvas=edit'
27 | );
28 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/browser-history.spec.js:25:24
|
[chromium] › site-editor/browser-history.spec.js:15:2 › Site editor browser history › Back button works properly:
test/e2e/specs/site-editor/browser-history.spec.js#L25
1) [chromium] › site-editor/browser-history.spec.js:15:2 › Site editor browser history › Back button works properly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "http://localhost:8889/wp-admin/site-editor.php?p=%2F_wp_static_template%2Femptytheme%2F%2Findex&canvas=edit"
Received string: "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
23 | .locator( '.fields-field__title', { hasText: 'Index' } )
24 | .click();
> 25 | await expect( page ).toHaveURL(
| ^
26 | '/wp-admin/site-editor.php?p=%2F_wp_static_template%2Femptytheme%2F%2Findex&canvas=edit'
27 | );
28 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/browser-history.spec.js:25:24
|
[chromium] › site-editor/browser-history.spec.js:15:2 › Site editor browser history › Back button works properly:
test/e2e/specs/site-editor/browser-history.spec.js#L25
1) [chromium] › site-editor/browser-history.spec.js:15:2 › Site editor browser history › Back button works properly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "http://localhost:8889/wp-admin/site-editor.php?p=%2F_wp_static_template%2Femptytheme%2F%2Findex&canvas=edit"
Received string: "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
- locator resolved to <html lang="en-US" class="wp-toolbar interface-interface-skeleton__html-container">…</html>
- unexpected value "http://localhost:8889/wp-admin/site-editor.php?p=%2Fwp_template%2Femptytheme%2F%2Findex&canvas=edit"
23 | .locator( '.fields-field__title', { hasText: 'Index' } )
24 | .click();
> 25 | await expect( page ).toHaveURL(
| ^
26 | '/wp-admin/site-editor.php?p=%2F_wp_static_template%2Femptytheme%2F%2Findex&canvas=edit'
27 | );
28 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/browser-history.spec.js:25:24
|
[chromium] › site-editor/preload.spec.js:16:2 › Preload › Should make no requests before the iframe is loaded:
test/e2e/specs/site-editor/preload.spec.js#L46
2) [chromium] › site-editor/preload.spec.js:16:2 › Preload › Should make no requests before the iframe is loaded
Error: expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 4
Array [
"/wp/v2/settings",
+ "/wp/v2/templates/lookup",
+ "/wp/v2/wp_template",
+ "/wp/v2/_wp_static_template",
+ "/wp/v2/wp_template/280",
"/wp/v2/users/me",
]
44 |
45 | // To do: these should all be removed or preloaded.
> 46 | expect( requests ).toEqual( [
| ^
47 | // There are two separate settings OPTIONS requests. We should fix
48 | // so the one for canUser and getEntityRecord are reused.
49 | '/wp/v2/settings',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/preload.spec.js:46:22
|
[chromium] › site-editor/preload.spec.js:16:2 › Preload › Should make no requests before the iframe is loaded:
test/e2e/specs/site-editor/preload.spec.js#L46
2) [chromium] › site-editor/preload.spec.js:16:2 › Preload › Should make no requests before the iframe is loaded
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 4
Array [
"/wp/v2/settings",
+ "/wp/v2/templates/lookup",
+ "/wp/v2/wp_template",
+ "/wp/v2/_wp_static_template",
+ "/wp/v2/wp_template/281",
"/wp/v2/users/me",
]
44 |
45 | // To do: these should all be removed or preloaded.
> 46 | expect( requests ).toEqual( [
| ^
47 | // There are two separate settings OPTIONS requests. We should fix
48 | // so the one for canUser and getEntityRecord are reused.
49 | '/wp/v2/settings',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/preload.spec.js:46:22
|
[chromium] › site-editor/preload.spec.js:16:2 › Preload › Should make no requests before the iframe is loaded:
test/e2e/specs/site-editor/preload.spec.js#L46
2) [chromium] › site-editor/preload.spec.js:16:2 › Preload › Should make no requests before the iframe is loaded
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 4
Array [
"/wp/v2/settings",
+ "/wp/v2/templates/lookup",
+ "/wp/v2/wp_template",
+ "/wp/v2/_wp_static_template",
+ "/wp/v2/wp_template/282",
"/wp/v2/users/me",
]
44 |
45 | // To do: these should all be removed or preloaded.
> 46 | expect( requests ).toEqual( [
| ^
47 | // There are two separate settings OPTIONS requests. We should fix
48 | // so the one for canUser and getEntityRecord are reused.
49 | '/wp/v2/settings',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/preload.spec.js:46:22
|
[chromium] › site-editor/settings-sidebar.spec.js:45:3 › Settings sidebar › Template tab › should show the currently selected template's title and description:
test/e2e/specs/site-editor/settings-sidebar.spec.js#L70
3) [chromium] › site-editor/settings-sidebar.spec.js:45:3 › Settings sidebar › Template tab › should show the currently selected template's title and description
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('region', { name: 'Editor settings' }).locator('.editor-post-card-panel__title')
Expected string: "Single Entries"
Received string: "Index"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor settings' }).locator('.editor-post-card-panel__title')
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
68 | } );
69 |
> 70 | await expect( templateTitle ).toHaveText( 'Single Entries' );
| ^
71 | await expect( settingsSideber ).toContainText(
72 | 'Displays any single entry, such as a post or a page. This template will serve as a fallback when a more specific template (e.g. Single Post, Page, or Attachment) cannot be found.'
73 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/settings-sidebar.spec.js:70:34
|
[chromium] › site-editor/settings-sidebar.spec.js:45:3 › Settings sidebar › Template tab › should show the currently selected template's title and description:
test/e2e/specs/site-editor/settings-sidebar.spec.js#L70
3) [chromium] › site-editor/settings-sidebar.spec.js:45:3 › Settings sidebar › Template tab › should show the currently selected template's title and description
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('region', { name: 'Editor settings' }).locator('.editor-post-card-panel__title')
Expected string: "Single Entries"
Received string: "Index"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor settings' }).locator('.editor-post-card-panel__title')
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
68 | } );
69 |
> 70 | await expect( templateTitle ).toHaveText( 'Single Entries' );
| ^
71 | await expect( settingsSideber ).toContainText(
72 | 'Displays any single entry, such as a post or a page. This template will serve as a fallback when a more specific template (e.g. Single Post, Page, or Attachment) cannot be found.'
73 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/settings-sidebar.spec.js:70:34
|
[chromium] › site-editor/settings-sidebar.spec.js:45:3 › Settings sidebar › Template tab › should show the currently selected template's title and description:
test/e2e/specs/site-editor/settings-sidebar.spec.js#L70
3) [chromium] › site-editor/settings-sidebar.spec.js:45:3 › Settings sidebar › Template tab › should show the currently selected template's title and description
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('region', { name: 'Editor settings' }).locator('.editor-post-card-panel__title')
Expected string: "Single Entries"
Received string: "Index"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor settings' }).locator('.editor-post-card-panel__title')
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
- locator resolved to <h2 data-wp-c16t="true" data-wp-component="Text" class="components-truncate components-text editor-post-card-panel__title css-bc6pwz e19lxcc00">…</h2>
- unexpected value "Index"
68 | } );
69 |
> 70 | await expect( templateTitle ).toHaveText( 'Single Entries' );
| ^
71 | await expect( settingsSideber ).toContainText(
72 | 'Displays any single entry, such as a post or a page. This template will serve as a fallback when a more specific template (e.g. Single Post, Page, or Attachment) cannot be found.'
73 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/settings-sidebar.spec.js:70:34
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:96:2 › Dataviews List Layout › Navigates the items list via UP/DOWN arrow keys:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L113
4) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:96:2 › Dataviews List Layout › Navigates the items list via UP/DOWN arrow keys
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByLabel('Sample Page')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByLabel('Sample Page')
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-198-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-198-label" aria-describedby="view-list-0-198-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-198-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-198-label" aria-describedby="view-list-0-198-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-198-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-198-label" aria-describedby="view-list-0-198-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-198-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-198-label" aria-describedby="view-list-0-198-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-198-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-198-label" aria-describedby="view-list-0-198-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-198-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-198-label" aria-describedby="view-list-0-198-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-198-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-198-label" aria-describedby="view-list-0-198-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-198-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-198-label" aria-describedby="view-list-0-198-description"></button>
- unexpected value "not focused"
- locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-198-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-198-label" aria-describedby="view-list-0-198-description"></button>
- unexpected value "not focused"
111 | // Use arrow up/down to move through the list.
112 | await page.keyboard.press( 'ArrowDown' );
> 113 | await expect( page.getByLabel( 'Sample Page' ) ).toBeFocused();
| ^
114 |
115 | await page.keyboard.press( 'ArrowUp' );
116 | await expect( page.getByLabel( 'Privacy Policy' ) ).toBeFocused();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:113:52
|
[chromium] › editor/various/block-bindings/post-meta.spec.js:62:4 › Post Meta source › Movie CPT template › Block attributes values › should show the default value if it is defined:
test/e2e/specs/editor/various/block-bindings/post-meta.spec.js#L84
1) [chromium] › editor/various/block-bindings/post-meta.spec.js:62:4 › Post Meta source › Movie CPT template › Block attributes values › should show the default value if it is defined
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' })
Expected string: "Movie field default value"
Received string: "movie_field"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' })
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-55d44eaa-bcfb-4dcf-8a66-7555a20f5905" data-block="55d44eaa-bcfb-4dcf-8a66-7555a20f5905" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">movie_field</p>
- unexpected value "movie_field"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-55d44eaa-bcfb-4dcf-8a66-7555a20f5905" data-block="55d44eaa-bcfb-4dcf-8a66-7555a20f5905" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">movie_field</p>
- unexpected value "movie_field"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-55d44eaa-bcfb-4dcf-8a66-7555a20f5905" data-block="55d44eaa-bcfb-4dcf-8a66-7555a20f5905" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">movie_field</p>
- unexpected value "movie_field"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-55d44eaa-bcfb-4dcf-8a66-7555a20f5905" data-block="55d44eaa-bcfb-4dcf-8a66-7555a20f5905" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">movie_field</p>
- unexpected value "movie_field"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-55d44eaa-bcfb-4dcf-8a66-7555a20f5905" data-block="55d44eaa-bcfb-4dcf-8a66-7555a20f5905" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">movie_field</p>
- unexpected value "movie_field"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-55d44eaa-bcfb-4dcf-8a66-7555a20f5905" data-block="55d44eaa-bcfb-4dcf-8a66-7555a20f5905" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">movie_field</p>
- unexpected value "movie_field"
-
|
[chromium] › editor/various/block-bindings/post-meta.spec.js:62:4 › Post Meta source › Movie CPT template › Block attributes values › should show the default value if it is defined:
test/e2e/specs/editor/various/block-bindings/post-meta.spec.js#L84
1) [chromium] › editor/various/block-bindings/post-meta.spec.js:62:4 › Post Meta source › Movie CPT template › Block attributes values › should show the default value if it is defined
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' })
Expected string: "Movie field default value"
Received string: "movie_field"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' })
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-8b1c6038-999d-415b-a6da-51d924e66e94" data-block="8b1c6038-999d-415b-a6da-51d924e66e94" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">movie_field</p>
- unexpected value "movie_field"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-8b1c6038-999d-415b-a6da-51d924e66e94" data-block="8b1c6038-999d-415b-a6da-51d924e66e94" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">movie_field</p>
- unexpected value "movie_field"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-8b1c6038-999d-415b-a6da-51d924e66e94" data-block="8b1c6038-999d-415b-a6da-51d924e66e94" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">movie_field</p>
- unexpected value "movie_field"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-8b1c6038-999d-415b-a6da-51d924e66e94" data-block="8b1c6038-999d-415b-a6da-51d924e66e94" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">movie_field</p>
- unexpected value "movie_field"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-8b1c6038-999d-415b-a6da-51d924e66e94" data-block="8b1c6038-999d-415b-a6da-51d924e66e94" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">movie_field</p>
- unexpected value "movie_field"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-8b1c6038-999d-415b-a6da-51d924e66e94" data-block="8b1c6038-999d-415b-a6da-51d924e66e94" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-se
|
[chromium] › editor/various/block-bindings/post-meta.spec.js:62:4 › Post Meta source › Movie CPT template › Block attributes values › should show the default value if it is defined:
test/e2e/specs/editor/various/block-bindings/post-meta.spec.js#L84
1) [chromium] › editor/various/block-bindings/post-meta.spec.js:62:4 › Post Meta source › Movie CPT template › Block attributes values › should show the default value if it is defined
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' })
Expected string: "Movie field default value"
Received string: "movie_field"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' })
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-fa5ba785-6b77-40b0-88e0-0e3018921da3" data-block="fa5ba785-6b77-40b0-88e0-0e3018921da3" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">movie_field</p>
- unexpected value "movie_field"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-fa5ba785-6b77-40b0-88e0-0e3018921da3" data-block="fa5ba785-6b77-40b0-88e0-0e3018921da3" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">movie_field</p>
- unexpected value "movie_field"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-fa5ba785-6b77-40b0-88e0-0e3018921da3" data-block="fa5ba785-6b77-40b0-88e0-0e3018921da3" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">movie_field</p>
- unexpected value "movie_field"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-fa5ba785-6b77-40b0-88e0-0e3018921da3" data-block="fa5ba785-6b77-40b0-88e0-0e3018921da3" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">movie_field</p>
- unexpected value "movie_field"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-fa5ba785-6b77-40b0-88e0-0e3018921da3" data-block="fa5ba785-6b77-40b0-88e0-0e3018921da3" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">movie_field</p>
- unexpected value "movie_field"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-fa5ba785-6b77-40b0-88e0-0e3018921da3" data-block="fa5ba785-6b77-40b0-88e0-0e3018921da3" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-se
|
[chromium] › editor/various/block-bindings/post-meta.spec.js:88:4 › Post Meta source › Movie CPT template › Block attributes values › should fall back to the field label if the default value is not defined:
test/e2e/specs/editor/various/block-bindings/post-meta.spec.js#L110
2) [chromium] › editor/various/block-bindings/post-meta.spec.js:88:4 › Post Meta source › Movie CPT template › Block attributes values › should fall back to the field label if the default value is not defined
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' })
Expected string: "Field with only label"
Received string: "field_with_only_label"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' })
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-7c8494ad-5ed9-4267-ba82-41b8aca4321d" data-block="7c8494ad-5ed9-4267-ba82-41b8aca4321d" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">field_with_only_label</p>
- unexpected value "field_with_only_label"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-7c8494ad-5ed9-4267-ba82-41b8aca4321d" data-block="7c8494ad-5ed9-4267-ba82-41b8aca4321d" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">field_with_only_label</p>
- unexpected value "field_with_only_label"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-7c8494ad-5ed9-4267-ba82-41b8aca4321d" data-block="7c8494ad-5ed9-4267-ba82-41b8aca4321d" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">field_with_only_label</p>
- unexpected value "field_with_only_label"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-7c8494ad-5ed9-4267-ba82-41b8aca4321d" data-block="7c8494ad-5ed9-4267-ba82-41b8aca4321d" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">field_with_only_label</p>
- unexpected value "field_with_only_label"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-7c8494ad-5ed9-4267-ba82-41b8aca4321d" data-block="7c8494ad-5ed9-4267-ba82-41b8aca4321d" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">field_with_only_label</p>
- unexpected value "field_with_only_label"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-7c8494ad-5ed9-4267-ba82-41b8aca4321d" data-block="7c8494ad-5ed9-4267-ba82-41b8aca4321d" class="block-editor-rich-text__editable block-editor-blo
|
[chromium] › editor/various/block-bindings/post-meta.spec.js:88:4 › Post Meta source › Movie CPT template › Block attributes values › should fall back to the field label if the default value is not defined:
test/e2e/specs/editor/various/block-bindings/post-meta.spec.js#L110
2) [chromium] › editor/various/block-bindings/post-meta.spec.js:88:4 › Post Meta source › Movie CPT template › Block attributes values › should fall back to the field label if the default value is not defined
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' })
Expected string: "Field with only label"
Received string: "field_with_only_label"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' })
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-b3924c21-985f-4f37-9059-514140d58447" data-block="b3924c21-985f-4f37-9059-514140d58447" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">field_with_only_label</p>
- unexpected value "field_with_only_label"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-b3924c21-985f-4f37-9059-514140d58447" data-block="b3924c21-985f-4f37-9059-514140d58447" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">field_with_only_label</p>
- unexpected value "field_with_only_label"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-b3924c21-985f-4f37-9059-514140d58447" data-block="b3924c21-985f-4f37-9059-514140d58447" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">field_with_only_label</p>
- unexpected value "field_with_only_label"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-b3924c21-985f-4f37-9059-514140d58447" data-block="b3924c21-985f-4f37-9059-514140d58447" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">field_with_only_label</p>
- unexpected value "field_with_only_label"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-b3924c21-985f-4f37-9059-514140d58447" data-block="b3924c21-985f-4f37-9059-514140d58447" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">field_with_only_label</p>
- unexpected value "field_with_only_label"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-b3924c21-985f-4f37-9059-514140d58447" data
|
[chromium] › editor/various/block-bindings/post-meta.spec.js:88:4 › Post Meta source › Movie CPT template › Block attributes values › should fall back to the field label if the default value is not defined:
test/e2e/specs/editor/various/block-bindings/post-meta.spec.js#L110
2) [chromium] › editor/various/block-bindings/post-meta.spec.js:88:4 › Post Meta source › Movie CPT template › Block attributes values › should fall back to the field label if the default value is not defined
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' })
Expected string: "Field with only label"
Received string: "field_with_only_label"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' })
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-2854390e-f2ec-4d4e-a20b-0785609a9dcc" data-block="2854390e-f2ec-4d4e-a20b-0785609a9dcc" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">field_with_only_label</p>
- unexpected value "field_with_only_label"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-2854390e-f2ec-4d4e-a20b-0785609a9dcc" data-block="2854390e-f2ec-4d4e-a20b-0785609a9dcc" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">field_with_only_label</p>
- unexpected value "field_with_only_label"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-2854390e-f2ec-4d4e-a20b-0785609a9dcc" data-block="2854390e-f2ec-4d4e-a20b-0785609a9dcc" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">field_with_only_label</p>
- unexpected value "field_with_only_label"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-2854390e-f2ec-4d4e-a20b-0785609a9dcc" data-block="2854390e-f2ec-4d4e-a20b-0785609a9dcc" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">field_with_only_label</p>
- unexpected value "field_with_only_label"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-2854390e-f2ec-4d4e-a20b-0785609a9dcc" data-block="2854390e-f2ec-4d4e-a20b-0785609a9dcc" class="block-editor-rich-text__editable block-editor-block-list__block wp-block is-selected wp-block-paragraph rich-text">field_with_only_label</p>
- unexpected value "field_with_only_label"
- locator resolved to <p tabindex="0" role="document" data-empty="false" aria-readonly="true" aria-multiline="true" data-title="Paragraph" contenteditable="false" data-type="core/paragraph" aria-label="Block: Paragraph" data-custom-placeholder="true" data-wp-block-attribute-key="content" id="block-2854390e-f2ec-4d4e-a20b-0785609a9dcc" data
|
[chromium] › editor/various/block-bindings/post-meta.spec.js:143:4 › Post Meta source › Movie CPT template › Attributes panel › should show the field label if it is defined:
test/e2e/specs/editor/various/block-bindings/post-meta.spec.js#L169
3) [chromium] › editor/various/block-bindings/post-meta.spec.js:143:4 › Post Meta source › Movie CPT template › Attributes panel › should show the field label if it is defined
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemradio').filter({ hasText: 'Movie field label' })
167 | .getByRole( 'menuitemradio' )
168 | .filter( { hasText: 'Movie field label' } )
> 169 | .click();
| ^
170 | await expect( contentBinding ).toContainText(
171 | 'Movie field label'
172 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/post-meta.spec.js:169:7
|
[chromium] › editor/various/block-bindings/post-meta.spec.js:143:4 › Post Meta source › Movie CPT template › Attributes panel › should show the field label if it is defined:
test/e2e/specs/editor/various/block-bindings/post-meta.spec.js#L169
3) [chromium] › editor/various/block-bindings/post-meta.spec.js:143:4 › Post Meta source › Movie CPT template › Attributes panel › should show the field label if it is defined
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemradio').filter({ hasText: 'Movie field label' })
167 | .getByRole( 'menuitemradio' )
168 | .filter( { hasText: 'Movie field label' } )
> 169 | .click();
| ^
170 | await expect( contentBinding ).toContainText(
171 | 'Movie field label'
172 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/post-meta.spec.js:169:7
|
[chromium] › editor/various/block-bindings/post-meta.spec.js:143:4 › Post Meta source › Movie CPT template › Attributes panel › should show the field label if it is defined:
test/e2e/specs/editor/various/block-bindings/post-meta.spec.js#L169
3) [chromium] › editor/various/block-bindings/post-meta.spec.js:143:4 › Post Meta source › Movie CPT template › Attributes panel › should show the field label if it is defined
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemradio').filter({ hasText: 'Movie field label' })
167 | .getByRole( 'menuitemradio' )
168 | .filter( { hasText: 'Movie field label' } )
> 169 | .click();
| ^
170 | await expect( contentBinding ).toContainText(
171 | 'Movie field label'
172 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/post-meta.spec.js:169:7
|
[chromium] › editor/various/block-bindings/post-meta.spec.js:174:4 › Post Meta source › Movie CPT template › Attributes panel › should fall back to the field key if the field label is not defined:
test/e2e/specs/editor/various/block-bindings/post-meta.spec.js#L200
4) [chromium] › editor/various/block-bindings/post-meta.spec.js:174:4 › Post Meta source › Movie CPT template › Attributes panel › should fall back to the field key if the field label is not defined
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemradio').filter({ hasText: 'field_without_label_or_default' })
198 | .getByRole( 'menuitemradio' )
199 | .filter( { hasText: 'field_without_label_or_default' } )
> 200 | .click();
| ^
201 | await expect( contentBinding ).toContainText(
202 | 'field_without_label_or_default'
203 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/post-meta.spec.js:200:7
|
Playwright - 6
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 4
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 1
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 7
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 8
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 5
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 3
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Merge Artifacts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
4 failed
[chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation
[chromium] › site-editor/template-activate.spec.js:22:2 › Template Activate › should duplicate and activate
[chromium] › site-editor/template-registration.spec.js:29:2 › Block template registration › templates can be registered and edited
[chromium] › site-editor/template-registration.spec.js:170:2 › Block template registration › templates can be deleted if the registered plugin is deactivated
2 skipped
192 passed (8.4m)
|
🎭 Playwright Run Summary
1 skipped
210 passed (9.9m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › editor/various/pattern-overrides.spec.js:240:3 › Pattern Overrides › block editing modes › blocks with bindings in a synced pattern are editable, and all other blocks are disabled
1 skipped
195 passed (10.4m)
|
🎭 Playwright Run Summary
207 passed (10.7m)
|
🎭 Playwright Run Summary
1 skipped
205 passed (10.5m)
|
🎭 Playwright Run Summary
3 skipped
188 passed (10.6m)
|
🎭 Playwright Run Summary
3 failed
[chromium] › site-editor/browser-history.spec.js:15:2 › Site editor browser history › Back button works properly
[chromium] › site-editor/preload.spec.js:16:2 › Preload › Should make no requests before the iframe is loaded
[chromium] › site-editor/settings-sidebar.spec.js:45:3 › Settings sidebar › Template tab › should show the currently selected template's title and description
2 flaky
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:96:2 › Dataviews List Layout › Navigates the items list via UP/DOWN arrow keys
[chromium] › site-editor/multi-entity-saving.spec.js:58:2 › Site Editor - Multi-entity save flow › save flow should allow re-saving after changing the same block attribute
1 skipped
196 passed (11.3m)
|
🎭 Playwright Run Summary
9 failed
[chromium] › editor/various/block-bindings/post-meta.spec.js:62:4 › Post Meta source › Movie CPT template › Block attributes values › should show the default value if it is defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:88:4 › Post Meta source › Movie CPT template › Block attributes values › should fall back to the field label if the default value is not defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:143:4 › Post Meta source › Movie CPT template › Attributes panel › should show the field label if it is defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:174:4 › Post Meta source › Movie CPT template › Attributes panel › should fall back to the field key if the field label is not defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:226:4 › Post Meta source › Movie CPT template › Fields list dropdown › should include movie fields in UI to connect attributes
[chromium] › editor/various/block-bindings/post-meta.spec.js:234:4 › Post Meta source › Movie CPT template › Fields list dropdown › should include global fields in UI to connect attributes
[chromium] › editor/various/block-bindings/post-meta.spec.js:242:4 › Post Meta source › Movie CPT template › Fields list dropdown › should not include protected fields
[chromium] › editor/various/block-bindings/post-meta.spec.js:258:4 › Post Meta source › Movie CPT template › Fields list dropdown › should show the default value if it is defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:268:4 › Post Meta source › Movie CPT template › Fields list dropdown › should not show anything if the default value is not defined
1 skipped
175 passed (13.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
|
69.3 MB |
|
flaky-tests-report
|
2.42 KB |
|