New Block: Add Query Total block for displaying total query results or ranges #121121
Annotations
10 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/various/a11y-region-navigation.spec.js#L31
1) [webkit] › editor/various/a11y-region-navigation.spec.js:15:2 › Region navigation (@Firefox, @WebKit) › navigates forward and back again
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' }).filter({ hasText: 'Dummy text' })
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: Paragraph' }).filter({ hasText: 'Dummy text' })
29 | .filter( { hasText: 'Dummy text' } );
30 |
> 31 | await expect( dummyParagraph ).toBeFocused();
| ^
32 |
33 | // Navigate to first region and check that we made it. Must navigate forward 4 times as initial focus is placed in post title field.
34 | await page.keyboard.press( 'Control+`' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y-region-navigation.spec.js:31:34
|
Run the tests:
test/e2e/specs/editor/various/a11y-region-navigation.spec.js#L31
1) [webkit] › editor/various/a11y-region-navigation.spec.js:15:2 › Region navigation (@Firefox, @WebKit) › navigates forward and back again
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' }).filter({ hasText: 'Dummy text' })
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: Paragraph' }).filter({ hasText: 'Dummy text' })
29 | .filter( { hasText: 'Dummy text' } );
30 |
> 31 | await expect( dummyParagraph ).toBeFocused();
| ^
32 |
33 | // Navigate to first region and check that we made it. Must navigate forward 4 times as initial focus is placed in post title field.
34 | await page.keyboard.press( 'Control+`' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y-region-navigation.spec.js:31:34
|
Run the tests:
test/e2e/specs/editor/various/a11y-region-navigation.spec.js#L31
1) [webkit] › editor/various/a11y-region-navigation.spec.js:15:2 › Region navigation (@Firefox, @WebKit) › navigates forward and back again
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('document', { name: 'Block: Paragraph' }).filter({ hasText: 'Dummy text' })
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: Paragraph' }).filter({ hasText: 'Dummy text' })
29 | .filter( { hasText: 'Dummy text' } );
30 |
> 31 | await expect( dummyParagraph ).toBeFocused();
| ^
32 |
33 | // Navigate to first region and check that we made it. Must navigate forward 4 times as initial focus is placed in post title field.
34 | await page.keyboard.press( 'Control+`' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y-region-navigation.spec.js:31:34
|
Run the tests:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L36
2) [webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts a default block on bottom padding click
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[name="editor-canvas"]').contentFrame().locator('body')
34 | await editor.insertBlock( { name: 'core/image' } );
35 | const body = editor.canvas.locator( 'body' );
> 36 | const box = await body.boundingBox();
| ^
37 | await body.click( {
38 | position: {
39 | x: box.width / 2,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:36:26
|
Run the tests:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L36
2) [webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts a default block on bottom padding click
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[name="editor-canvas"]').contentFrame().locator('body')
34 | await editor.insertBlock( { name: 'core/image' } );
35 | const body = editor.canvas.locator( 'body' );
> 36 | const box = await body.boundingBox();
| ^
37 | await body.click( {
38 | position: {
39 | x: box.width / 2,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:36:26
|
Run the tests:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L36
2) [webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts a default block on bottom padding click
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[name="editor-canvas"]').contentFrame().locator('body')
34 | await editor.insertBlock( { name: 'core/image' } );
35 | const body = editor.canvas.locator( 'body' );
> 36 | const box = await body.boundingBox();
| ^
37 | await body.click( {
38 | position: {
39 | x: box.width / 2,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:36:26
|
Run the tests:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L424
3) [webkit] › editor/various/inserting-blocks.spec.js:416:2 › Inserting blocks (@Firefox, @WebKit) › should insert block with the slash inserter when using multiple words
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('button', { name: 'Add default block' })
422 | await editor.canvas
423 | .getByRole( 'button', { name: 'Add default block' } )
> 424 | .click();
| ^
425 | await page.keyboard.type( '/tag cloud' );
426 |
427 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:424:5
|
Run the tests:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L424
3) [webkit] › editor/various/inserting-blocks.spec.js:416:2 › Inserting blocks (@Firefox, @WebKit) › should insert block with the slash inserter when using multiple words
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('button', { name: 'Add default block' })
422 | await editor.canvas
423 | .getByRole( 'button', { name: 'Add default block' } )
> 424 | .click();
| ^
425 | await page.keyboard.type( '/tag cloud' );
426 |
427 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:424:5
|
Run the tests:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L424
3) [webkit] › editor/various/inserting-blocks.spec.js:416:2 › Inserting blocks (@Firefox, @WebKit) › should insert block with the slash inserter when using multiple words
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('button', { name: 'Add default block' })
422 | await editor.canvas
423 | .getByRole( 'button', { name: 'Add default block' } )
> 424 | .click();
| ^
425 | await page.keyboard.type( '/tag cloud' );
426 |
427 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:424:5
|
Run the tests:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L446
4) [webkit] › editor/various/inserting-blocks.spec.js:438:2 › Inserting blocks (@Firefox, @WebKit) › inserts a block in proper place after having clicked `Browse All` from inline inserter
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('button', { name: 'Add default block' })
444 | await editor.canvas
445 | .getByRole( 'button', { name: 'Add default block' } )
> 446 | .click();
| ^
447 | await page.keyboard.type( 'First paragraph' );
448 | await page.keyboard.press( 'Enter' );
449 | await page.keyboard.type( '## Heading' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:446:5
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the tests
107 failed
[webkit] › editor/various/a11y-region-navigation.spec.js:15:2 › Region navigation (@Firefox, @WebKit) › navigates forward and back again
[webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts a default block on bottom padding click
[webkit] › editor/various/inserting-blocks.spec.js:416:2 › Inserting blocks (@Firefox, @WebKit) › should insert block with the slash inserter when using multiple words
[webkit] › editor/various/inserting-blocks.spec.js:438:2 › Inserting blocks (@Firefox, @WebKit) › inserts a block in proper place after having clicked `Browse All` from inline inserter
[webkit] › editor/various/inserting-blocks.spec.js:491:2 › Inserting blocks (@Firefox, @WebKit) › inserts a block should show a blue line indicator
[webkit] › editor/various/inserting-blocks.spec.js:531:2 › Inserting blocks (@Firefox, @WebKit) › inserts a block in proper place after having clicked `Browse All` from block appender
[webkit] › editor/various/inserting-blocks.spec.js:579:2 › Inserting blocks (@Firefox, @WebKit) › passes the search value in the main inserter when clicking `Browse all`
[webkit] › editor/various/inserting-blocks.spec.js:624:2 › Inserting blocks (@Firefox, @WebKit) › can close the main inserter after inserting a single-use block, like the More block
[webkit] › editor/various/inserting-blocks.spec.js:667:3 › Inserting blocks (@Firefox, @WebKit) › last-inserted block should be given and keep the selection (large viewport)
[webkit] › editor/various/inserting-blocks.spec.js:667:3 › Inserting blocks (@Firefox, @WebKit) › last-inserted block should be given and keep the selection (small viewport)
[webkit] › editor/various/multi-block-selection.spec.js:83:2 › Multi-block selection (@Firefox, @WebKit) › should use selection direction to determine vertical edge
[webkit] › editor/various/multi-block-selection.spec.js:109:2 › Multi-block selection (@Firefox, @WebKit) › should always expand single line selection
[webkit] › editor/various/multi-block-selection.spec.js:133:2 › Multi-block selection (@Firefox, @WebKit) › should allow selecting outer edge if there is no sibling block
[webkit] › editor/various/multi-block-selection.spec.js:153:2 › Multi-block selection (@Firefox, @WebKit) › should select and deselect with shift and arrow keys
[webkit] › editor/various/multi-block-selection.spec.js:244:2 › Multi-block selection (@Firefox, @WebKit) › should select with shift + click
[webkit] › editor/various/multi-block-selection.spec.js:355:2 › Multi-block selection (@Firefox, @WebKit) › should properly select part of nested rich text block while holding shift (-firefox)
[webkit] › editor/various/multi-block-selection.spec.js:393:2 › Multi-block selection (@Firefox, @WebKit) › should select by dragging
[webkit] › editor/various/multi-block-selection.spec.js:424:2 › Multi-block selection (@Firefox, @WebKit) › should select by dragging into nested block
[webkit] › editor/various/multi-block-selection.spec.js:548:2 › Multi-block selection (@Firefox, @WebKit) › should return original focus after failed multi selection attempt
[webkit] › editor/various/multi-block-selection.spec.js:615:2 › Multi-block selection (@Firefox, @WebKit) › should keep correct selection when dragging outside block (-firefox)
[webkit] › editor/various/multi-block-selection.spec.js:683:2 › Multi-block selection (@Firefox, @WebKit) › should preserve dragged selection on move
[webkit] › editor/various/multi-block-selection.spec.js:731:2 › Multi-block selection (@Firefox, @WebKit) › should clear selection when clicking next to blocks
[webkit] › editor/various/multi-block-selection.spec.js:815:2 › Multi-block selection (@Firefox, @WebKit) › should not multi select single block
[webkit] › editor/various/multi-block-selection.spec.js:835:2 › Multi-block selection (@Firefox, @WebKit) › should gradually multi-select
[webkit] › editor/various/multi-block-selection.spec.js:899:2 › Multi-block sele
|
Loading