New Block: Add Query Total block for displaying total query results or ranges #121063
Annotations
10 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/blocks/navigation-list-view.spec.js#L580
1) [chromium] › editor/blocks/navigation-list-view.spec.js:547:2 › Navigation block - List view editing › can create a new menu without losing focus
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Navigation' }).getByLabel('Add block')
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Navigation' }).getByLabel('Add block')
578 | } )
579 | .getByLabel( 'Add block' )
> 580 | ).toBeFocused();
| ^
581 | } );
582 | } );
583 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:580:5
|
Run the tests:
test/e2e/specs/editor/blocks/navigation-list-view.spec.js#L580
1) [chromium] › editor/blocks/navigation-list-view.spec.js:547:2 › Navigation block - List view editing › can create a new menu without losing focus
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Navigation' }).getByLabel('Add block')
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Navigation' }).getByLabel('Add block')
578 | } )
579 | .getByLabel( 'Add block' )
> 580 | ).toBeFocused();
| ^
581 | } );
582 | } );
583 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:580:5
|
Run the tests:
test/e2e/specs/editor/blocks/navigation-list-view.spec.js#L580
1) [chromium] › editor/blocks/navigation-list-view.spec.js:547:2 › Navigation block - List view editing › can create a new menu without losing focus
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Navigation' }).getByLabel('Add block')
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Navigation' }).getByLabel('Add block')
578 | } )
579 | .getByLabel( 'Add block' )
> 580 | ).toBeFocused();
| ^
581 | } );
582 | } );
583 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:580:5
|
Run the tests:
test/e2e/specs/editor/blocks/navigation.spec.js#L57
2) [chromium] › editor/blocks/navigation.spec.js:46:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to a list of pages if there are no menus
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Page List' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Page List' })
55 | } );
56 |
> 57 | await expect( pageListBlock ).toBeVisible( {
| ^
58 | // Wait for the Nav and Page List block API requests to resolve.
59 | // Note: avoid waiting on network requests as these are not perceivable
60 | // to the user.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:57:34
|
Run the tests:
test/e2e/specs/editor/blocks/navigation.spec.js#L57
2) [chromium] › editor/blocks/navigation.spec.js:46:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to a list of pages if there are no menus
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Page List' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Page List' })
55 | } );
56 |
> 57 | await expect( pageListBlock ).toBeVisible( {
| ^
58 | // Wait for the Nav and Page List block API requests to resolve.
59 | // Note: avoid waiting on network requests as these are not perceivable
60 | // to the user.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:57:34
|
Run the tests:
test/e2e/specs/editor/blocks/navigation.spec.js#L57
2) [chromium] › editor/blocks/navigation.spec.js:46:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to a list of pages if there are no menus
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Page List' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Page List' })
55 | } );
56 |
> 57 | await expect( pageListBlock ).toBeVisible( {
| ^
58 | // Wait for the Nav and Page List block API requests to resolve.
59 | // Note: avoid waiting on network requests as these are not perceivable
60 | // to the user.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:57:34
|
Run the tests:
test/e2e/specs/editor/blocks/navigation.spec.js#L92
3) [chromium] › editor/blocks/navigation.spec.js:72:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to my only existing menu
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[name="editor-canvas"]').contentFrame().locator('role=textbox[name="Navigation link text"i]').locator('text="WordPress"')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().locator('role=textbox[name="Navigation link text"i]').locator('text="WordPress"')
90 | `role=textbox[name="Navigation link text"i] >> text="WordPress"`
91 | )
> 92 | ).toBeVisible();
| ^
93 |
94 | const postId = await editor.publishPost();
95 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:92:6
|
Run the tests:
test/e2e/specs/editor/blocks/navigation.spec.js#L92
3) [chromium] › editor/blocks/navigation.spec.js:72:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to my only existing menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[name="editor-canvas"]').contentFrame().locator('role=textbox[name="Navigation link text"i]').locator('text="WordPress"')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().locator('role=textbox[name="Navigation link text"i]').locator('text="WordPress"')
90 | `role=textbox[name="Navigation link text"i] >> text="WordPress"`
91 | )
> 92 | ).toBeVisible();
| ^
93 |
94 | const postId = await editor.publishPost();
95 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:92:6
|
Run the tests:
test/e2e/specs/editor/blocks/navigation.spec.js#L92
3) [chromium] › editor/blocks/navigation.spec.js:72:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to my only existing menu
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[name="editor-canvas"]').contentFrame().locator('role=textbox[name="Navigation link text"i]').locator('text="WordPress"')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().locator('role=textbox[name="Navigation link text"i]').locator('text="WordPress"')
90 | `role=textbox[name="Navigation link text"i] >> text="WordPress"`
91 | )
> 92 | ).toBeVisible();
| ^
93 |
94 | const postId = await editor.publishPost();
95 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:92:6
|
Run the tests:
test/e2e/specs/editor/blocks/navigation.spec.js#L137
4) [chromium] › editor/blocks/navigation.spec.js:114:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to the only existing classic menu if there are no block menus
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('[name="editor-canvas"]').contentFrame().locator('role=textbox[name="Navigation link text"i]').locator('text="Custom link"')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().locator('role=textbox[name="Navigation link text"i]').locator('text="Custom link"')
135 | `role=textbox[name="Navigation link text"i] >> text="Custom link"`
136 | )
> 137 | ).toBeVisible( { timeout: 10000 } ); // allow time for network request.
| ^
138 |
139 | const postId = await editor.publishPost();
140 | // Check the block in the frontend.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:137:6
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the tests
95 failed
[chromium] › editor/blocks/navigation-list-view.spec.js:547:2 › Navigation block - List view editing › can create a new menu without losing focus
[chromium] › editor/blocks/navigation.spec.js:46:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to a list of pages if there are no menus
[chromium] › editor/blocks/navigation.spec.js:72:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to my only existing menu
[chromium] › editor/blocks/navigation.spec.js:114:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to the only existing classic menu if there are no block menus
[chromium] › editor/blocks/navigation.spec.js:150:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to my most recently created menu
[chromium] › editor/blocks/navigation.spec.js:203:3 › Navigation block › As a user I want to create submenus using the navigation block › create a submenu
[chromium] › editor/blocks/navigation.spec.js:242:3 › Navigation block › As a user I want to create submenus using the navigation block › submenu converts to link automatically
[chromium] › editor/blocks/navigation.spec.js:288:2 › Navigation block › As a user I want to see a warning if the menu referenced by a navigation block is not available
[chromium] › editor/blocks/navigation.spec.js:318:2 › Navigation block › navigation manages focus for creating, editing, and deleting items
[chromium] › editor/blocks/navigation.spec.js:527:2 › Navigation block › Adding new links to a navigation block with existing inner blocks triggers creation of a single Navigation Menu
[chromium] › editor/blocks/paragraph.spec.js:22:2 › Paragraph › should output unwrapped editable paragraph
[chromium] › editor/blocks/paragraph.spec.js:62:3 › Paragraph › Empty paragraph › should allow dropping an image on an empty paragraph block
[chromium] › editor/blocks/paragraph.spec.js:98:3 › Paragraph › Empty paragraph › should allow dropping blocks on an empty paragraph block
[chromium] › editor/blocks/paragraph.spec.js:134:3 › Paragraph › Empty paragraph › should allow dropping HTML on an empty paragraph block
[chromium] › editor/blocks/paragraph.spec.js:163:4 › Paragraph › Empty paragraph › Dragging positions › Only the first block is an empty paragraph block
[chromium] › editor/blocks/paragraph.spec.js:295:4 › Paragraph › Empty paragraph › Dragging positions › Only the second block is an empty paragraph block
[chromium] › editor/blocks/paragraph.spec.js:405:4 › Paragraph › Empty paragraph › Dragging positions › Both blocks are empty paragraph blocks
[chromium] › editor/blocks/post-title.spec.js:11:2 › Post Title block › Can edit the post title
[chromium] › editor/blocks/pullquote.spec.js:11:2 › Quote › can be created by converting a quote and converted back to quote
[chromium] › editor/blocks/query.spec.js:35:3 › Query block › Query block insertion › List ─────
[chromium] › editor/blocks/quote.spec.js:31:2 › Quote › can be created by using > at the start of a paragraph block
[chromium] › editor/blocks/quote.spec.js:56:2 › Quote › can be created by typing > in front of text of a paragraph block
[chromium] › editor/blocks/quote.spec.js:76:2 › Quote › can be created by typing "/quote" ──────
[chromium] › editor/blocks/quote.spec.js:93:2 › Quote › can be created by converting a paragraph
[chromium] › editor/blocks/quote.spec.js:111:2 › Quote › can be created by converting multiple paragraphs
[chromium] › editor/blocks/search.spec.js:23:2 › Search › should auto-configure itself to sensible defaults when inserted into a Navigation block
[chromium] › editor/blocks/separator.spec.js:11:2 › Separator › can be created by three dashes and enter
[chromium] › editor/blocks/site-title.spec.js:17:2 › Site Title block › Can edit the si
|
Loading