Welcome guide headline update #121129
Annotations
11 errors, 9 warnings, and 8 notices
[chromium] › editor/various/nux.spec.js:7:2 › New User Experience (NUX) › should show the guide to first-time users:
test/e2e/specs/editor/various/nux.spec.js#L23
1) [chromium] › editor/various/nux.spec.js:7:2 › New User Experience (NUX) › should show the guide to first-time users
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('dialog', { name: 'Welcome to the block editor' }).getByRole('heading', { level: 1 })
Expected string: "Welcome to the block editor"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('dialog', { name: 'Welcome to the block editor' }).getByRole('heading', { level: 1 })
21 | } );
22 |
> 23 | await expect( guideHeading ).toHaveText(
| ^
24 | 'Welcome to the block editor'
25 | );
26 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/nux.spec.js:23:32
|
[chromium] › editor/various/nux.spec.js:7:2 › New User Experience (NUX) › should show the guide to first-time users:
test/e2e/specs/editor/various/nux.spec.js#L23
1) [chromium] › editor/various/nux.spec.js:7:2 › New User Experience (NUX) › should show the guide to first-time users
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('dialog', { name: 'Welcome to the block editor' }).getByRole('heading', { level: 1 })
Expected string: "Welcome to the block editor"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('dialog', { name: 'Welcome to the block editor' }).getByRole('heading', { level: 1 })
21 | } );
22 |
> 23 | await expect( guideHeading ).toHaveText(
| ^
24 | 'Welcome to the block editor'
25 | );
26 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/nux.spec.js:23:32
|
[chromium] › editor/various/nux.spec.js:7:2 › New User Experience (NUX) › should show the guide to first-time users:
test/e2e/specs/editor/various/nux.spec.js#L23
1) [chromium] › editor/various/nux.spec.js:7:2 › New User Experience (NUX) › should show the guide to first-time users
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('dialog', { name: 'Welcome to the block editor' }).getByRole('heading', { level: 1 })
Expected string: "Welcome to the block editor"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('dialog', { name: 'Welcome to the block editor' }).getByRole('heading', { level: 1 })
21 | } );
22 |
> 23 | await expect( guideHeading ).toHaveText(
| ^
24 | 'Welcome to the block editor'
25 | );
26 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/nux.spec.js:23:32
|
[chromium] › editor/various/nux.spec.js:72:2 › New User Experience (NUX) › should not show the welcome guide again if it is dismissed:
test/e2e/specs/editor/various/nux.spec.js#L83
2) [chromium] › editor/various/nux.spec.js:72:2 › New User Experience (NUX) › should not show the welcome guide again if it is dismissed
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('dialog', { name: 'Welcome to the block editor' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('dialog', { name: 'Welcome to the block editor' })
81 | } );
82 |
> 83 | await expect( welcomeGuide ).toBeVisible();
| ^
84 | await welcomeGuide.getByRole( 'button', { name: 'Close' } ).click();
85 |
86 | // Reload the editor.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/nux.spec.js:83:32
|
[chromium] › editor/various/nux.spec.js:72:2 › New User Experience (NUX) › should not show the welcome guide again if it is dismissed:
test/e2e/specs/editor/various/nux.spec.js#L83
2) [chromium] › editor/various/nux.spec.js:72:2 › New User Experience (NUX) › should not show the welcome guide again if it is dismissed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('dialog', { name: 'Welcome to the block editor' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('dialog', { name: 'Welcome to the block editor' })
81 | } );
82 |
> 83 | await expect( welcomeGuide ).toBeVisible();
| ^
84 | await welcomeGuide.getByRole( 'button', { name: 'Close' } ).click();
85 |
86 | // Reload the editor.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/nux.spec.js:83:32
|
[chromium] › editor/various/nux.spec.js:72:2 › New User Experience (NUX) › should not show the welcome guide again if it is dismissed:
test/e2e/specs/editor/various/nux.spec.js#L83
2) [chromium] › editor/various/nux.spec.js:72:2 › New User Experience (NUX) › should not show the welcome guide again if it is dismissed
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('dialog', { name: 'Welcome to the block editor' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('dialog', { name: 'Welcome to the block editor' })
81 | } );
82 |
> 83 | await expect( welcomeGuide ).toBeVisible();
| ^
84 | await welcomeGuide.getByRole( 'button', { name: 'Close' } ).click();
85 |
86 | // Reload the editor.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/nux.spec.js:83:32
|
[chromium] › editor/various/nux.spec.js:95:2 › New User Experience (NUX) › should focus post title field after welcome guide is dismissed and post is empty:
test/e2e/specs/editor/various/nux.spec.js#L106
3) [chromium] › editor/various/nux.spec.js:95:2 › New User Experience (NUX) › should focus post title field after welcome guide is dismissed and post is empty
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('dialog', { name: 'Welcome to the block editor' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('dialog', { name: 'Welcome to the block editor' })
104 | } );
105 |
> 106 | await expect( welcomeGuide ).toBeVisible();
| ^
107 | await welcomeGuide.getByRole( 'button', { name: 'Close' } ).click();
108 |
109 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/nux.spec.js:106:32
|
[chromium] › editor/various/nux.spec.js:95:2 › New User Experience (NUX) › should focus post title field after welcome guide is dismissed and post is empty:
test/e2e/specs/editor/various/nux.spec.js#L106
3) [chromium] › editor/various/nux.spec.js:95:2 › New User Experience (NUX) › should focus post title field after welcome guide is dismissed and post is empty
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('dialog', { name: 'Welcome to the block editor' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('dialog', { name: 'Welcome to the block editor' })
104 | } );
105 |
> 106 | await expect( welcomeGuide ).toBeVisible();
| ^
107 | await welcomeGuide.getByRole( 'button', { name: 'Close' } ).click();
108 |
109 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/nux.spec.js:106:32
|
[chromium] › editor/various/nux.spec.js:95:2 › New User Experience (NUX) › should focus post title field after welcome guide is dismissed and post is empty:
test/e2e/specs/editor/various/nux.spec.js#L106
3) [chromium] › editor/various/nux.spec.js:95:2 › New User Experience (NUX) › should focus post title field after welcome guide is dismissed and post is empty
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('dialog', { name: 'Welcome to the block editor' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('dialog', { name: 'Welcome to the block editor' })
104 | } );
105 |
> 106 | await expect( welcomeGuide ).toBeVisible();
| ^
107 | await welcomeGuide.getByRole( 'button', { name: 'Close' } ).click();
108 |
109 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/nux.spec.js:106:32
|
[chromium] › editor/various/nux.spec.js:114:2 › New User Experience (NUX) › should show the welcome guide if it is manually opened:
test/e2e/specs/editor/various/nux.spec.js#L136
4) [chromium] › editor/various/nux.spec.js:114:2 › New User Experience (NUX) › should show the welcome guide if it is manually opened
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('dialog', { name: 'Welcome to the block editor' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('dialog', { name: 'Welcome to the block editor' })
134 | .click();
135 |
> 136 | await expect( welcomeGuide ).toBeVisible();
| ^
137 | } );
138 | } );
139 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/nux.spec.js:136:32
|
Merge Artifacts
No artifacts found matching pattern 'flaky-tests-report*'
|
Playwright - 6
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 - 2
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
|
Playwright - 7
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 - 8
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
|
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 skipped
195 passed (6.5m)
|
🎭 Playwright Run Summary
1 skipped
190 passed (8.9m)
|
🎭 Playwright Run Summary
1 skipped
194 passed (9.2m)
|
🎭 Playwright Run Summary
1 skipped
201 passed (9.6m)
|
🎭 Playwright Run Summary
1 skipped
201 passed (10.1m)
|
🎭 Playwright Run Summary
199 passed (10.0m)
|
🎭 Playwright Run Summary
3 skipped
188 passed (10.3m)
|
🎭 Playwright Run Summary
4 failed
[chromium] › editor/various/nux.spec.js:7:2 › New User Experience (NUX) › should show the guide to first-time users
[chromium] › editor/various/nux.spec.js:72:2 › New User Experience (NUX) › should not show the welcome guide again if it is dismissed
[chromium] › editor/various/nux.spec.js:95:2 › New User Experience (NUX) › should focus post title field after welcome guide is dismissed and post is empty
[chromium] › editor/various/nux.spec.js:114:2 › New User Experience (NUX) › should show the welcome guide if it is manually opened
1 skipped
193 passed (11.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
|
12.3 MB |
|