Query and Search blocks: support for Instant Search #120840
Annotations
4 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/site-editor/preload.spec.js#L45
1) [chromium] › site-editor/preload.spec.js:15:2 › Preload › Should make no requests before the iframe is loaded
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
Array [
"/wp/v2/settings",
- "/wp/v2/users/me",
]
43 |
44 | // To do: these should all be removed or preloaded.
> 45 | expect( requests ).toEqual( [
| ^
46 | // There are two separate settings OPTIONS requests. We should fix
47 | // so the one for canUser and getEntityRecord are reused.
48 | '/wp/v2/settings',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/preload.spec.js:45:22
|
Run the tests:
test/e2e/specs/site-editor/preload.spec.js#L45
1) [chromium] › site-editor/preload.spec.js:15:2 › Preload › Should make no requests before the iframe is loaded
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
Array [
"/wp/v2/settings",
- "/wp/v2/users/me",
]
43 |
44 | // To do: these should all be removed or preloaded.
> 45 | expect( requests ).toEqual( [
| ^
46 | // There are two separate settings OPTIONS requests. We should fix
47 | // so the one for canUser and getEntityRecord are reused.
48 | '/wp/v2/settings',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/preload.spec.js:45:22
|
Run the tests:
test/e2e/specs/site-editor/preload.spec.js#L45
1) [chromium] › site-editor/preload.spec.js:15:2 › Preload › Should make no requests before the iframe is loaded
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
Array [
"/wp/v2/settings",
- "/wp/v2/users/me",
]
43 |
44 | // To do: these should all be removed or preloaded.
> 45 | expect( requests ).toEqual( [
| ^
46 | // There are two separate settings OPTIONS requests. We should fix
47 | // so the one for canUser and getEntityRecord are reused.
48 | '/wp/v2/settings',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/preload.spec.js:45:22
|
Run the tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the tests
1 failed
[chromium] › site-editor/preload.spec.js:15:2 › Preload › Should make no requests before the iframe is loaded
1 skipped
196 passed (9.6m)
|
Loading