Media Editor: refactor modal layout #157893
Annotations
3 errors and 8 notices
|
[chromium] › specs/interactivity/router-regions.spec.ts:543:6 › Router regions › should be preserved on first navigation with `data-wp-key` and `attachTo`:
test/e2e/specs/interactivity/router-regions.spec.ts#L585
1) [chromium] › specs/interactivity/router-regions.spec.ts:543:6 › Router regions › should be preserved on first navigation with `data-wp-key` and `attachTo`
Error: expect(locator).toHaveText(expected) failed
Locator: getByTestId('region-1-ssr')
Expected: "content from page attachTo2"
Received: "content from page 1"
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for getByTestId('region-1-ssr')
2 × locator resolved to <p data-testid="region-1-ssr">content from page attachTo1</p>
- unexpected value "content from page attachTo1"
7 × locator resolved to <p data-testid="region-1-ssr">content from page 1</p>
- unexpected value "content from page 1"
583 | // Navigate to "Page attachTo 2".
584 | await page.getByTestId( 'next' ).click();
> 585 | await expect( region1Ssr ).toHaveText( 'content from page attachTo2' );
| ^
586 |
587 | // Regions with `data-wp-key` and other directives should not be recreated.
588 | for ( const regionId in regions ) {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/router-regions.spec.ts:585:30
|
|
[chromium] › specs/editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes:
test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js#L36
1) [chromium] › specs/editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=button[name="Visual"i]')
34 | // This ensures getSelection() won't return null when TinyMCE tries
35 | // to restore cursor position during subsequent mode switches.
> 36 | await page.locator( 'role=button[name="Visual"i]' ).click();
| ^
37 | await page.waitForFunction(
38 | () => window.tinyMCE?.get( 'test_tinymce_id' )?.initialized
39 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js:36:55
|
|
[chromium] › specs/editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes:
test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js#L37
1) [chromium] › specs/editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes
TimeoutError: page.waitForFunction: Timeout 10000ms exceeded.
35 | // to restore cursor position during subsequent mode switches.
36 | await page.locator( 'role=button[name="Visual"i]' ).click();
> 37 | await page.waitForFunction(
| ^
38 | () => window.tinyMCE?.get( 'test_tinymce_id' )?.initialized
39 | );
40 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js:37:14
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/interactivity/router-regions.spec.ts:543:6 › Router regions › should be preserved on first navigation with `data-wp-key` and `attachTo`
7 skipped
246 passed (10.3m)
|
|
🎭 Playwright Run Summary
14 skipped
229 passed (12.6m)
|
|
🎭 Playwright Run Summary
3 skipped
259 passed (12.3m)
|
|
🎭 Playwright Run Summary
263 passed (13.6m)
|
|
🎭 Playwright Run Summary
5 skipped
254 passed (13.3m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes
4 skipped
267 passed (13.9m)
|
|
🎭 Playwright Run Summary
6 skipped
249 passed (16.4m)
|
|
🎭 Playwright Run Summary
1 skipped
256 passed (25.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-reports-merged
|
8.78 MB |
sha256:3c68d1aee6479fa2811dd13e98f6a51817bc6b5658460713770cc2145c1ea0bf
|
|
|
flaky-tests-report
|
2.35 KB |
sha256:256e9f33b0778bb168dc2cc55f561fc24522a5a2ec4e8ccb8aaa06dc1b8af054
|
|
|
html-report--attempt-1
|
8.15 MB |
sha256:92f14cfc45458562d1a9da9e92ebd8d436823f5d1e76e666800036224bae17bb
|
|