Block Bindings: Remove "Site Updated" notification for post entity changes #108972
Annotations
7 errors and 1 notice
test/e2e/specs/site-editor/activate-theme.spec.js#L26
1) [chromium] › site-editor/activate-theme.spec.js:14:2 › Activate theme › activate block theme when live previewing from sidebar save button
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('button', { name: 'Dismiss this notice' })
Expected string: "Site updated"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('button', { name: 'Dismiss this notice' })
24 | await expect(
25 | page.getByRole( 'button', { name: 'Dismiss this notice' } )
> 26 | ).toContainText( 'Site updated' );
| ^
27 | await admin.visitAdminPage( 'themes.php' );
28 | await expect( page.getByLabel( 'Customize Emptytheme' ) ).toBeVisible();
29 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/activate-theme.spec.js:26:5
|
test/e2e/specs/site-editor/activate-theme.spec.js#L26
1) [chromium] › site-editor/activate-theme.spec.js:14:2 › Activate theme › activate block theme when live previewing from sidebar save button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('button', { name: 'Dismiss this notice' })
Expected string: "Site updated"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('button', { name: 'Dismiss this notice' })
24 | await expect(
25 | page.getByRole( 'button', { name: 'Dismiss this notice' } )
> 26 | ).toContainText( 'Site updated' );
| ^
27 | await admin.visitAdminPage( 'themes.php' );
28 | await expect( page.getByLabel( 'Customize Emptytheme' ) ).toBeVisible();
29 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/activate-theme.spec.js:26:5
|
test/e2e/specs/site-editor/activate-theme.spec.js#L26
1) [chromium] › site-editor/activate-theme.spec.js:14:2 › Activate theme › activate block theme when live previewing from sidebar save button
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('button', { name: 'Dismiss this notice' })
Expected string: "Site updated"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('button', { name: 'Dismiss this notice' })
24 | await expect(
25 | page.getByRole( 'button', { name: 'Dismiss this notice' } )
> 26 | ).toContainText( 'Site updated' );
| ^
27 | await admin.visitAdminPage( 'themes.php' );
28 | await expect( page.getByLabel( 'Customize Emptytheme' ) ).toBeVisible();
29 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/activate-theme.spec.js:26:5
|
test/e2e/specs/site-editor/activate-theme.spec.js#L49
2) [chromium] › site-editor/activate-theme.spec.js:30:2 › Activate theme › activate block theme when live previewing in edit mode
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('button', { name: 'Dismiss this notice' })
Expected string: "Site updated"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('button', { name: 'Dismiss this notice' })
47 | await expect(
48 | page.getByRole( 'button', { name: 'Dismiss this notice' } )
> 49 | ).toContainText( 'Site updated' );
| ^
50 | await admin.visitAdminPage( 'themes.php' );
51 | await expect( page.getByLabel( 'Customize Emptytheme' ) ).toBeVisible();
52 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/activate-theme.spec.js:49:5
|
test/e2e/specs/site-editor/activate-theme.spec.js#L49
2) [chromium] › site-editor/activate-theme.spec.js:30:2 › Activate theme › activate block theme when live previewing in edit mode
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('button', { name: 'Dismiss this notice' })
Expected string: "Site updated"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('button', { name: 'Dismiss this notice' })
47 | await expect(
48 | page.getByRole( 'button', { name: 'Dismiss this notice' } )
> 49 | ).toContainText( 'Site updated' );
| ^
50 | await admin.visitAdminPage( 'themes.php' );
51 | await expect( page.getByLabel( 'Customize Emptytheme' ) ).toBeVisible();
52 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/activate-theme.spec.js:49:5
|
test/e2e/specs/site-editor/activate-theme.spec.js#L49
2) [chromium] › site-editor/activate-theme.spec.js:30:2 › Activate theme › activate block theme when live previewing in edit mode
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('button', { name: 'Dismiss this notice' })
Expected string: "Site updated"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('button', { name: 'Dismiss this notice' })
47 | await expect(
48 | page.getByRole( 'button', { name: 'Dismiss this notice' } )
> 49 | ).toContainText( 'Site updated' );
| ^
50 | await admin.visitAdminPage( 'themes.php' );
51 | await expect( page.getByLabel( 'Customize Emptytheme' ) ).toBeVisible();
52 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/activate-theme.spec.js:49:5
|
|
2 failed
[chromium] › site-editor/activate-theme.spec.js:14:2 › Activate theme › activate block theme when live previewing from sidebar save button
[chromium] › site-editor/activate-theme.spec.js:30:2 › Activate theme › activate block theme when live previewing in edit mode
1 skipped
191 passed (10.1m)
|
This job failed
Loading