Image Editor experiment: Pass theme aspect ratios to media editor (#7… #152804
end2end-test.yml
on: push
Annotations
3 errors and 8 notices
|
[chromium] › specs/site-editor/dataviews-list-layout-keyboard.spec.js:96:2 › Dataviews List Layout › Navigates the items list via UP/DOWN arrow keys:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L113
2) [chromium] › specs/site-editor/dataviews-list-layout-keyboard.spec.js:96:2 › Dataviews List Layout › Navigates the items list via UP/DOWN arrow keys
Error: expect(locator).toBeFocused() failed
Locator: getByLabel('Sample Page')
Expected: focused
Received: inactive
Timeout: 5000ms
Call log:
- Expect "toBeFocused" with timeout 5000ms
- waiting for getByLabel('Sample Page')
9 × locator resolved to <button tabindex="-1" type="button" aria-pressed="false" id="view-list-0-541-item-wrapper" class="dataviews-view-list__item" aria-labelledby="view-list-0-541-label" aria-describedby="view-list-0-541-description"></button>
- unexpected value "inactive"
111 | // Use arrow up/down to move through the list.
112 | await page.keyboard.press( 'ArrowDown' );
> 113 | await expect( page.getByLabel( 'Sample Page' ) ).toBeFocused();
| ^
114 |
115 | await page.keyboard.press( 'ArrowUp' );
116 | await expect( page.getByLabel( 'Privacy Policy' ) ).toBeFocused();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:113:52
|
|
[chromium] › specs/editor/various/post-content-focus-mode.spec.js:129:3 › Post Content focus mode › post content inside a template part › post title and content are editable and blocks can be inserted:
packages/e2e-test-utils-playwright/src/editor/select-blocks.ts#L26
1) [chromium] › specs/editor/various/post-content-focus-mode.spec.js:129:3 › Post Content focus mode › post content inside a template part › post title and content are editable and blocks can be inserted › Paragraph and Group blocks are available in the inserter
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[name="editor-canvas"]').contentFrame().getByText('Initial content')
at ../../../packages/e2e-test-utils-playwright/src/editor/select-blocks.ts:26
24 | : endSelectorOrLocator;
25 |
> 26 | const startClientId = await startBlock.getAttribute( 'data-block' );
| ^
27 | const endClientId = await endBlock?.getAttribute( 'data-block' );
28 |
29 | if ( endClientId ) {
at Editor.selectBlocks (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/select-blocks.ts:26:41)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-content-focus-mode.spec.js:163:18
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-content-focus-mode.spec.js:159:15
|
|
Report to GitHub
HttpError: Resource not accessible by integration
|
|
🎭 Playwright Run Summary
3 skipped
245 passed (10.3m)
|
|
🎭 Playwright Run Summary
4 skipped
246 passed (13.1m)
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/editor/various/post-content-focus-mode.spec.js:129:3 › Post Content focus mode › post content inside a template part › post title and content are editable and blocks can be inserted
[chromium] › specs/site-editor/dataviews-list-layout-keyboard.spec.js:96:2 › Dataviews List Layout › Navigates the items list via UP/DOWN arrow keys
5 skipped
246 passed (13.9m)
|
|
🎭 Playwright Run Summary
1 skipped
242 passed (13.3m)
|
|
🎭 Playwright Run Summary
6 skipped
206 passed (13.9m)
|
|
🎭 Playwright Run Summary
260 passed (12.2m)
|
|
🎭 Playwright Run Summary
7 skipped
280 passed (14.0m)
|
|
🎭 Playwright Run Summary
1 skipped
251 passed (23.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-reports-merged
|
7.66 MB |
sha256:31b22d0971866c695fbe2349ea20fd70f6f9b0b53aad77c9c50e9ce32af20bb3
|
|
|
flaky-tests-report
|
2.29 KB |
sha256:46ac12b29d882271c6b64253a9059d63333b99f695405e60d78217f2f13a4376
|
|
|
html-report--attempt-1
|
7.21 MB |
sha256:96add481b237a355efca228c97813dda602e393b85941f9e8e59514f62771c90
|
|