Allow template duplication + concept of active templates #123062
Annotations
31 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#L65
2) [chromium] › site-editor/template-activate.spec.js:22:2 › Template Activate › should duplicate and activate
TimeoutError: page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('.dataviews-view-grid__field-value .is-active') to be visible
63 | await activateButton.click();
64 |
> 65 | await page.waitForSelector(
| ^
66 | '.dataviews-view-grid__field-value .is-active'
67 | );
68 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-activate.spec.js:65:14
|
[chromium] › site-editor/template-activate.spec.js:22:2 › Template Activate › should duplicate and activate:
test/e2e/specs/site-editor/template-activate.spec.js#L65
2) [chromium] › site-editor/template-activate.spec.js:22:2 › Template Activate › should duplicate and activate
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('.dataviews-view-grid__field-value .is-active') to be visible
63 | await activateButton.click();
64 |
> 65 | await page.waitForSelector(
| ^
66 | '.dataviews-view-grid__field-value .is-active'
67 | );
68 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-activate.spec.js:65:14
|
[chromium] › site-editor/template-activate.spec.js:22:2 › Template Activate › should duplicate and activate:
test/e2e/specs/site-editor/template-activate.spec.js#L65
2) [chromium] › site-editor/template-activate.spec.js:22:2 › Template Activate › should duplicate and activate
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 10000ms exceeded.
Call log:
- waiting for locator('.dataviews-view-grid__field-value .is-active') to be visible
63 | await activateButton.click();
64 |
> 65 | await page.waitForSelector(
| ^
66 | '.dataviews-view-grid__field-value .is-active'
67 | );
68 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-activate.spec.js:65:14
|
[chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter:
test/e2e/specs/widgets/editing-widgets.spec.js#L1
3) [chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter
{
code: 'internal_server_error',
message: '<p>There has been a critical error on this website.</p><p><a href="https://wordpress.org/documentation/article/faq-troubleshooting/">Learn more about troubleshooting WordPress.</a></p>',
data: {
status: 500,
error: {
type: 1,
message: "Uncaught Error: Failed opening required '/var/www/html/wp-content/themes/twentytwenty/classes/class-twenty-twenty-one-svg-icons.php' (include_path='.:/usr/local/lib/php') in /var/www/html/wp-content/themes/twentytwentyone/functions.php:529\n" +
'Stack trace:\n' +
'#0 /var/www/html/wp-settings.php(688): include()\n' +
"#1 /var/www/html/wp-config.php(148): require_once('/var/www/html/w...')\n" +
"#2 /var/www/html/wp-load.php(50): require_once('/var/www/html/w...')\n" +
"#3 /var/www/html/wp-blog-header.php(13): require_once('/var/www/html/w...')\n" +
"#4 /var/www/html/index.php(17): require('/var/www/html/w...')\n" +
'#5 {main}\n' +
' thrown',
file: '/var/www/html/wp-content/themes/twentytwentyone/functions.php',
line: 529
}
},
additional_errors: []
}
|
Playwright - 6
Process completed with exit code 1.
|
[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
1) [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/278",
"/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
1) [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/279",
"/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
1) [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/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/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
2) [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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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
2) [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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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
2) [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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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-ouin5l 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
3) [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 type="button" tabindex="-1" aria-pressed="false" id="view-list-0-196-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-196-label" aria-describedby="view-list-0-196-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" tabindex="-1" aria-pressed="false" id="view-list-0-196-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-196-label" aria-describedby="view-list-0-196-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" tabindex="-1" aria-pressed="false" id="view-list-0-196-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-196-label" aria-describedby="view-list-0-196-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" tabindex="-1" aria-pressed="false" id="view-list-0-196-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-196-label" aria-describedby="view-list-0-196-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" tabindex="-1" aria-pressed="false" id="view-list-0-196-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-196-label" aria-describedby="view-list-0-196-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" tabindex="-1" aria-pressed="false" id="view-list-0-196-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-196-label" aria-describedby="view-list-0-196-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" tabindex="-1" aria-pressed="false" id="view-list-0-196-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-196-label" aria-describedby="view-list-0-196-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" tabindex="-1" aria-pressed="false" id="view-list-0-196-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-196-label" aria-describedby="view-list-0-196-description"></button>
- unexpected value "not focused"
- locator resolved to <button type="button" tabindex="-1" aria-pressed="false" id="view-list-0-196-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-196-label" aria-describedby="view-list-0-196-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] › 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:
packages/e2e-test-utils-playwright/src/editor/site-editor.ts#L45
4) [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
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/multi-entity-saving.spec.js:77:3
|
Playwright - 5
Process completed with exit code 1.
|
[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] › 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-b7a29bce-b8df-4798-a622-dde163edd572" data-block="b7a29bce-b8df-4798-a622-dde163edd572" 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-b7a29bce-b8df-4798-a622-dde163edd572" data-block="b7a29bce-b8df-4798-a622-dde163edd572" 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-b7a29bce-b8df-4798-a622-dde163edd572" data-block="b7a29bce-b8df-4798-a622-dde163edd572" 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-b7a29bce-b8df-4798-a622-dde163edd572" data-block="b7a29bce-b8df-4798-a622-dde163edd572" 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-b7a29bce-b8df-4798-a622-dde163edd572" data-block="b7a29bce-b8df-4798-a622-dde163edd572" 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-b7a29bce-b8df-4798-a622-dde163edd572" data-block="b7a29bce-b8df-4798-a622-dde163edd572" 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-a4ec2546-e84c-409d-85fa-3befd7dc851b" data-block="a4ec2546-e84c-409d-85fa-3befd7dc851b" 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-a4ec2546-e84c-409d-85fa-3befd7dc851b" data-block="a4ec2546-e84c-409d-85fa-3befd7dc851b" 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-a4ec2546-e84c-409d-85fa-3befd7dc851b" data-block="a4ec2546-e84c-409d-85fa-3befd7dc851b" 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-a4ec2546-e84c-409d-85fa-3befd7dc851b" data-block="a4ec2546-e84c-409d-85fa-3befd7dc851b" 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-a4ec2546-e84c-409d-85fa-3befd7dc851b" data-block="a4ec2546-e84c-409d-85fa-3befd7dc851b" 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-a4ec2546-e84c-409d-85fa-3befd7dc851b" data-block="a4ec2546-e84c-409d-85fa-3befd7dc851b" 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-2aa50c93-f78b-436d-9def-48c6fefcbf2a" data-block="2aa50c93-f78b-436d-9def-48c6fefcbf2a" 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-2aa50c93-f78b-436d-9def-48c6fefcbf2a" data-block="2aa50c93-f78b-436d-9def-48c6fefcbf2a" 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-2aa50c93-f78b-436d-9def-48c6fefcbf2a" data-block="2aa50c93-f78b-436d-9def-48c6fefcbf2a" 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-2aa50c93-f78b-436d-9def-48c6fefcbf2a" data-block="2aa50c93-f78b-436d-9def-48c6fefcbf2a" 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-2aa50c93-f78b-436d-9def-48c6fefcbf2a" data-block="2aa50c93-f78b-436d-9def-48c6fefcbf2a" 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-2aa50c93-f78b-436d-9def-48c6fefcbf2a" data-block="2aa50c93-f78b-436d-9def-48c6fefcbf2a" 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-7b6b49fa-d7c9-4369-a022-55f9d496e313" data-block="7b6b49fa-d7c9-4369-a022-55f9d496e313" 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-7b6b49fa-d7c9-4369-a022-55f9d496e313" data-block="7b6b49fa-d7c9-4369-a022-55f9d496e313" 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-7b6b49fa-d7c9-4369-a022-55f9d496e313" data-block="7b6b49fa-d7c9-4369-a022-55f9d496e313" 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-7b6b49fa-d7c9-4369-a022-55f9d496e313" data-block="7b6b49fa-d7c9-4369-a022-55f9d496e313" 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-7b6b49fa-d7c9-4369-a022-55f9d496e313" data-block="7b6b49fa-d7c9-4369-a022-55f9d496e313" 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-7b6b49fa-d7c9-4369-a022-55f9d496e313" data-block="7b6b49fa-d7c9-4369-a022-55f9d496e313" 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-eed80b42-540c-4cf7-85a7-70c0bcc8fc7c" data-block="eed80b42-540c-4cf7-85a7-70c0bcc8fc7c" 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-eed80b42-540c-4cf7-85a7-70c0bcc8fc7c" data-block="eed80b42-540c-4cf7-85a7-70c0bcc8fc7c" 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-eed80b42-540c-4cf7-85a7-70c0bcc8fc7c" data-block="eed80b42-540c-4cf7-85a7-70c0bcc8fc7c" 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-eed80b42-540c-4cf7-85a7-70c0bcc8fc7c" data-block="eed80b42-540c-4cf7-85a7-70c0bcc8fc7c" 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-eed80b42-540c-4cf7-85a7-70c0bcc8fc7c" data-block="eed80b42-540c-4cf7-85a7-70c0bcc8fc7c" 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-eed80b42-540c-4cf7-85a7-70c0bcc8fc7c" 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-c9a2f2c3-4863-4762-93c9-8149ecc7315b" data-block="c9a2f2c3-4863-4762-93c9-8149ecc7315b" 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-c9a2f2c3-4863-4762-93c9-8149ecc7315b" data-block="c9a2f2c3-4863-4762-93c9-8149ecc7315b" 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-c9a2f2c3-4863-4762-93c9-8149ecc7315b" data-block="c9a2f2c3-4863-4762-93c9-8149ecc7315b" 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-c9a2f2c3-4863-4762-93c9-8149ecc7315b" data-block="c9a2f2c3-4863-4762-93c9-8149ecc7315b" 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-c9a2f2c3-4863-4762-93c9-8149ecc7315b" data-block="c9a2f2c3-4863-4762-93c9-8149ecc7315b" 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-c9a2f2c3-4863-4762-93c9-8149ecc7315b" 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 - 8
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 - 5
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 - 4
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
2 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
1 flaky
[chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter
2 skipped
193 passed (7.7m)
|
🎭 Playwright Run Summary
1 skipped
210 passed (9.8m)
|
🎭 Playwright Run Summary
3 skipped
188 passed (10.0m)
|
🎭 Playwright Run Summary
1 skipped
205 passed (10.2m)
|
🎭 Playwright Run Summary
2 failed
[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
197 passed (11.0m)
|
🎭 Playwright Run Summary
207 passed (10.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 (11.2m)
|
🎭 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.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
|
58.9 MB |
|
flaky-tests-report
|
3.42 KB |
|