Scripts: Improve handling of check-licenses for optional dependencies #136227
Annotations
3 errors and 8 notices
|
[chromium] › test/e2e/specs/editor/various/block-hierarchy-navigation.spec.js:190:2 › Navigating the block hierarchy › should select the wrapper div for a group:
test/e2e/specs/editor/various/block-hierarchy-navigation.spec.js#L216
1) [chromium] › test/e2e/specs/editor/various/block-hierarchy-navigation.spec.js:190:2 › Navigating the block hierarchy › should select the wrapper div for a group
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -6,11 +6,11 @@
"content": "just a paragraph",
},
"name": "core/paragraph",
},
Object {
- "name": "core/spacer",
+ "name": "core/separator",
},
],
"name": "core/group",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
214 |
215 | // Verify group block contents.
> 216 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
217 | {
218 | name: 'core/group',
219 | innerBlocks: [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-hierarchy-navigation.spec.js:216:3
|
|
[chromium] › test/e2e/specs/editor/various/list-view.spec.js:337:2 › List View › ensures List View global shortcut works properly:
test/e2e/specs/editor/various/list-view.spec.js#L435
1) [chromium] › test/e2e/specs/editor/various/list-view.spec.js:337:2 › List View › ensures List View global shortcut works properly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeFocused() failed
Locator: getByRole('tab', { name: 'Outline' })
Expected: focused
Received: inactive
Timeout: 5000ms
Call log:
- Expect "toBeFocused" with timeout 5000ms
- waiting for getByRole('tab', { name: 'Outline' })
9 × locator resolved to <button role="tab" type="button" id="tabs-3-outline" aria-selected="false" data-active-item="true" aria-controls="tabs-3-outline-view" class="block-editor-tabbed-sidebar__tab css-19xrdu3 enfox0g3">…</button>
- unexpected value "inactive"
433 | name: 'Outline',
434 | } );
> 435 | await expect( outlineButton ).toBeFocused();
| ^
436 | await page.keyboard.press( 'Enter' );
437 |
438 | // From here, tab in to the editor so focus can be checked on return to
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/list-view.spec.js:435:33
|
|
[chromium] › test/e2e/specs/editor/various/list-view.spec.js:337:2 › List View › ensures List View global shortcut works properly:
test/e2e/specs/editor/various/list-view.spec.js#L435
1) [chromium] › test/e2e/specs/editor/various/list-view.spec.js:337:2 › List View › ensures List View global shortcut works properly
Error: expect(locator).toBeFocused() failed
Locator: getByRole('tab', { name: 'Outline' })
Expected: focused
Received: inactive
Timeout: 5000ms
Call log:
- Expect "toBeFocused" with timeout 5000ms
- waiting for getByRole('tab', { name: 'Outline' })
9 × locator resolved to <button role="tab" tabindex="-1" type="button" id="tabs-3-outline" aria-selected="false" aria-controls="tabs-3-outline-view" class="block-editor-tabbed-sidebar__tab css-19xrdu3 enfox0g3">…</button>
- unexpected value "inactive"
433 | name: 'Outline',
434 | } );
> 435 | await expect( outlineButton ).toBeFocused();
| ^
436 | await page.keyboard.press( 'Enter' );
437 |
438 | // From here, tab in to the editor so focus can be checked on return to
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/list-view.spec.js:435:33
|
|
🎭 Playwright Run Summary
2 skipped
226 passed (6.5m)
|
|
🎭 Playwright Run Summary
1 skipped
218 passed (10.2m)
|
|
🎭 Playwright Run Summary
222 passed (10.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › test/e2e/specs/editor/various/block-hierarchy-navigation.spec.js:190:2 › Navigating the block hierarchy › should select the wrapper div for a group
1 skipped
236 passed (10.8m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › test/e2e/specs/editor/various/list-view.spec.js:337:2 › List View › ensures List View global shortcut works properly
1 skipped
201 passed (10.8m)
|
|
🎭 Playwright Run Summary
3 skipped
190 passed (12.8m)
|
|
🎭 Playwright Run Summary
1 skipped
235 passed (17.2m)
|
|
🎭 Playwright Run Summary
5 skipped
214 passed (9.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
failures-artifacts
|
5.14 MB |
sha256:c442b06555fbfade96b925465dac89a4fbb9b3afd74df41daf53682cfdd51be5
|
|
|
flaky-tests-report
|
2.44 KB |
sha256:de5ee2c9cf56e0c1c8d37172ae07fb1c5d5d85b5f1ddae5fd76a3e962bd1ade1
|
|