Workflows: try a backport changelog (#61785) #104565
Annotations
1 error and 1 notice
Run the tests:
test/e2e/specs/site-editor/patterns.spec.js#L87
1) [chromium] › site-editor/patterns.spec.js:30:2 › Patterns › create a new pattern ──────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('button', { name: 'Dismiss this notice' })
Expected string: "Pattern updated"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('button', { name: 'Dismiss this notice' })
85 | await expect(
86 | page.getByRole( 'button', { name: 'Dismiss this notice' } )
> 87 | ).toContainText( 'Pattern updated' );
| ^
88 |
89 | await page.getByRole( 'button', { name: 'Open navigation' } ).click();
90 | await patterns.navigation
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/patterns.spec.js:87:5
|
Run the tests
1 flaky
[chromium] › site-editor/patterns.spec.js:30:2 › Patterns › create a new pattern ───────────────
3 skipped
181 passed (7.7m)
|
Loading