Menu granular subcomponents: Refactor dataviews table layout header menu #121733
Annotations
10 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/site-editor/template-registration.spec.js#L326
1) [chromium] › site-editor/template-registration.spec.js:264:2 › Block template registration › user-customized templates cannot be overridden by plugins
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByLabel('Actions').first()
324 | .click();
325 | const actions = page.getByLabel( 'Actions' );
> 326 | await actions.first().click();
| ^
327 | await page.getByRole( 'menuitem', { name: 'Reset' } ).click();
328 | await page.getByRole( 'button', { name: 'Reset' } ).click();
329 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:326:25
|
Run the tests:
test/e2e/specs/site-editor/template-registration.spec.js#L326
1) [chromium] › site-editor/template-registration.spec.js:264:2 › Block template registration › user-customized templates cannot be overridden by plugins
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByLabel('Actions').first()
324 | .click();
325 | const actions = page.getByLabel( 'Actions' );
> 326 | await actions.first().click();
| ^
327 | await page.getByRole( 'menuitem', { name: 'Reset' } ).click();
328 | await page.getByRole( 'button', { name: 'Reset' } ).click();
329 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:326:25
|
Run the tests:
test/e2e/specs/site-editor/template-registration.spec.js#L326
1) [chromium] › site-editor/template-registration.spec.js:264:2 › Block template registration › user-customized templates cannot be overridden by plugins
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByLabel('Actions').first()
324 | .click();
325 | const actions = page.getByLabel( 'Actions' );
> 326 | await actions.first().click();
| ^
327 | await page.getByRole( 'menuitem', { name: 'Reset' } ).click();
328 | await page.getByRole( 'button', { name: 'Reset' } ).click();
329 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-registration.spec.js:326:25
|
Run the tests:
test/e2e/specs/site-editor/template-revert.spec.js#L222
2) [chromium] › site-editor/template-revert.spec.js:28:2 › Template Revert › should delete the template after saving the reverted template
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=region[name="Editor settings"i]').locator('role=button[name="Actions"i]')
220 | );
221 | }
> 222 | await this.page.click(
| ^
223 | 'role=region[name="Editor settings"i] >> role=button[name="Actions"i]'
224 | );
225 | await this.page.click( 'role=menuitem[name=/Reset/i]' );
at TemplateRevertUtils.revertTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:222:19)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:40:3
|
Run the tests:
test/e2e/specs/site-editor/template-revert.spec.js#L222
2) [chromium] › site-editor/template-revert.spec.js:28:2 › Template Revert › should delete the template after saving the reverted template
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=region[name="Editor settings"i]').locator('role=button[name="Actions"i]')
220 | );
221 | }
> 222 | await this.page.click(
| ^
223 | 'role=region[name="Editor settings"i] >> role=button[name="Actions"i]'
224 | );
225 | await this.page.click( 'role=menuitem[name=/Reset/i]' );
at TemplateRevertUtils.revertTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:222:19)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:40:3
|
Run the tests:
test/e2e/specs/site-editor/template-revert.spec.js#L222
2) [chromium] › site-editor/template-revert.spec.js:28:2 › Template Revert › should delete the template after saving the reverted template
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=region[name="Editor settings"i]').locator('role=button[name="Actions"i]')
220 | );
221 | }
> 222 | await this.page.click(
| ^
223 | 'role=region[name="Editor settings"i] >> role=button[name="Actions"i]'
224 | );
225 | await this.page.click( 'role=menuitem[name=/Reset/i]' );
at TemplateRevertUtils.revertTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:222:19)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:40:3
|
Run the tests:
test/e2e/specs/site-editor/template-revert.spec.js#L222
3) [chromium] › site-editor/template-revert.spec.js:61:2 › Template Revert › should show the original content after revert
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=region[name="Editor settings"i]').locator('role=button[name="Actions"i]')
220 | );
221 | }
> 222 | await this.page.click(
| ^
223 | 'role=region[name="Editor settings"i] >> role=button[name="Actions"i]'
224 | );
225 | await this.page.click( 'role=menuitem[name=/Reset/i]' );
at TemplateRevertUtils.revertTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:222:19)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:75:3
|
Run the tests:
test/e2e/specs/site-editor/template-revert.spec.js#L222
3) [chromium] › site-editor/template-revert.spec.js:61:2 › Template Revert › should show the original content after revert
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=region[name="Editor settings"i]').locator('role=button[name="Actions"i]')
220 | );
221 | }
> 222 | await this.page.click(
| ^
223 | 'role=region[name="Editor settings"i] >> role=button[name="Actions"i]'
224 | );
225 | await this.page.click( 'role=menuitem[name=/Reset/i]' );
at TemplateRevertUtils.revertTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:222:19)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:75:3
|
Run the tests:
test/e2e/specs/site-editor/template-revert.spec.js#L222
3) [chromium] › site-editor/template-revert.spec.js:61:2 › Template Revert › should show the original content after revert
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=region[name="Editor settings"i]').locator('role=button[name="Actions"i]')
220 | );
221 | }
> 222 | await this.page.click(
| ^
223 | 'role=region[name="Editor settings"i] >> role=button[name="Actions"i]'
224 | );
225 | await this.page.click( 'role=menuitem[name=/Reset/i]' );
at TemplateRevertUtils.revertTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:222:19)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:75:3
|
Run the tests:
test/e2e/specs/site-editor/template-revert.spec.js#L222
4) [chromium] › site-editor/template-revert.spec.js:82:2 › Template Revert › should show the original content after revert and page reload
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=region[name="Editor settings"i]').locator('role=button[name="Actions"i]')
220 | );
221 | }
> 222 | await this.page.click(
| ^
223 | 'role=region[name="Editor settings"i] >> role=button[name="Actions"i]'
224 | );
225 | await this.page.click( 'role=menuitem[name=/Reset/i]' );
at TemplateRevertUtils.revertTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:222:19)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:97:3
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the tests
7 failed
[chromium] › site-editor/template-registration.spec.js:264:2 › Block template registration › user-customized templates cannot be overridden by plugins
[chromium] › site-editor/template-revert.spec.js:28:2 › Template Revert › should delete the template after saving the reverted template
[chromium] › site-editor/template-revert.spec.js:61:2 › Template Revert › should show the original content after revert
[chromium] › site-editor/template-revert.spec.js:82:2 › Template Revert › should show the original content after revert and page reload
[chromium] › site-editor/template-revert.spec.js:105:2 › Template Revert › should show the edited content after revert and clicking undo in the header toolbar
[chromium] › site-editor/template-revert.spec.js:135:2 › Template Revert › should show the original content after revert, clicking undo then redo in the header toolbar
[chromium] › site-editor/template-revert.spec.js:168:2 › Template Revert › should show the edited content after revert, clicking undo in the header toolbar, save and reload
2 skipped
188 passed (11.2m)
|
Set up job
1s
1s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3s
3s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Setup Node.js and install dependencies
1m 3s
1m 3s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Npm build
4m 18s
4m 18s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Install Playwright dependencies
1m 2s
1m 2s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Install WordPress and start the server
1m 13s
1m 13s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run the tests
11m 16s
11m 16s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Archive debug artifacts (screenshots, traces)
1s
1s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Archive flaky tests report
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Post Setup Node.js and install dependencies
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Post Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Complete job
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Loading