DataViews: update sorting semantics #90465
Annotations
2 errors and 1 notice
Run the tests:
packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts#L20
1) [chromium] › editor/blocks/image.spec.js:699:2 › Image › should upload external image ─────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=toolbar[name="Block tools"i]').locator('role=button[name="Upload external image"]')
============================================================
at ../../../packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts:20
18 | const button = blockToolbar.locator( `role=button[name="${ label }"]` );
19 |
> 20 | await button.click();
| ^
21 | }
22 |
at Editor.clickBlockToolbarButton (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts:20:15)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:707:3
|
Run the tests:
test/e2e/specs/editor/blocks/image.spec.js#L744
2) [chromium] › editor/blocks/image.spec.js:718:2 › Image › should upload through prepublish panel
Error: expect(received).toMatch(expected)
Expected pattern: /\/wp-content\/uploads\//
Received string: "https://cldup.com/cXyG__fTLN.jpg"
742 | const src = await image.getAttribute( 'src' );
743 |
> 744 | expect( src ).toMatch( /\/wp-content\/uploads\// );
| ^
745 | } );
746 | } );
747 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:744:17
|
Run the tests
2 flaky
[chromium] › editor/blocks/image.spec.js:699:2 › Image › should upload external image ──────────
[chromium] › editor/blocks/image.spec.js:718:2 › Image › should upload through prepublish panel
11 skipped
149 passed (7.3m)
|
The logs for this run have expired and are no longer available.
Loading