Bump the github-actions group across 1 directory with 3 updates #133374
Annotations
1 error and 1 notice
|
Run the tests:
test/e2e/specs/site-editor/template-activate.spec.js#L53
1) [chromium] › test/e2e/specs/site-editor/template-activate.spec.js:22:2 › Template Activate › should duplicate and activate
Error: expect(locator).toContainText(expected) failed
Locator: locator('.dataviews-view-grid__card:has-text("Index (Copy)")')
Expected string: "Inactive"
Received: <element(s) not found>
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for locator('.dataviews-view-grid__card:has-text("Index (Copy)")')
51 | );
52 |
> 53 | await expect( indexCopy ).toContainText( 'Inactive' );
| ^
54 |
55 | actionsButton = indexCopy.getByRole( 'button', {
56 | name: 'Actions',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-activate.spec.js:53:29
|
|
Run the tests
1 flaky
[chromium] › test/e2e/specs/site-editor/template-activate.spec.js:22:2 › Template Activate › should duplicate and activate
3 skipped
210 passed (6.1m)
|
Loading