Query and Search blocks: support for Instant Search via query_loop_block_query_vars
filter
#123076
Annotations
4 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/interactivity/instant-search.spec.ts#L609
1) [chromium] › interactivity/instant-search.spec.ts:563:7 › Instant Search › Editor › should rename Search block to "Instant Search" in the List View and Inspector Controls
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('region', { name: 'Document Overview' }).getByText('Instant Search')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('region', { name: 'Document Overview' }).getByText('Instant Search')
607 | await expect(
608 | listView.getByText( 'Instant Search' )
> 609 | ).toBeVisible();
| ^
610 |
611 | const editorSettings = page.getByRole( 'region', {
612 | name: 'Editor settings',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/instant-search.spec.ts:609:6
|
Run the tests:
test/e2e/specs/interactivity/instant-search.spec.ts#L609
1) [chromium] › interactivity/instant-search.spec.ts:563:7 › Instant Search › Editor › should rename Search block to "Instant Search" in the List View and Inspector Controls
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('region', { name: 'Document Overview' }).getByText('Instant Search')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('region', { name: 'Document Overview' }).getByText('Instant Search')
607 | await expect(
608 | listView.getByText( 'Instant Search' )
> 609 | ).toBeVisible();
| ^
610 |
611 | const editorSettings = page.getByRole( 'region', {
612 | name: 'Editor settings',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/instant-search.spec.ts:609:6
|
Run the tests:
test/e2e/specs/interactivity/instant-search.spec.ts#L609
1) [chromium] › interactivity/instant-search.spec.ts:563:7 › Instant Search › Editor › should rename Search block to "Instant Search" in the List View and Inspector Controls
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('region', { name: 'Document Overview' }).getByText('Instant Search')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('region', { name: 'Document Overview' }).getByText('Instant Search')
607 | await expect(
608 | listView.getByText( 'Instant Search' )
> 609 | ).toBeVisible();
| ^
610 |
611 | const editorSettings = page.getByRole( 'region', {
612 | name: 'Editor settings',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/instant-search.spec.ts:609:6
|
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] › interactivity/instant-search.spec.ts:563:7 › Instant Search › Editor › should rename Search block to "Instant Search" in the List View and Inspector Controls
1 skipped
207 passed (11.3m)
|
Loading