Skip to content

Move search into inserter tabs #102789

Move search into inserter tabs

Move search into inserter tabs #102789

Re-run triggered April 30, 2024 18:17
Status Failure
Total duration 19m 9s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Report to GitHub
3m 38s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 9 warnings, and 8 notices
[webkit] › editor/various/inserting-blocks.spec.js:384:2 › Inserting blocks (@firefox: test/e2e/specs/editor/various/inserting-blocks.spec.js#L404
1) [webkit] › editor/various/inserting-blocks.spec.js:384:2 › Inserting blocks (@Firefox, @WebKit) › should close the inserter when clicking on the toggle button Error: expect(received).toMatchObject(expected) - Expected - 5 + Received + 1 - Array [ - Object { - "name": "core/buttons", - }, - ] + Array [] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 402 | await expect 403 | .poll( editor.getBlocks ) > 404 | .toMatchObject( [ { name: 'core/buttons' } ] ); | ^ 405 | 406 | await inserterButton.click(); 407 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:404:5
[webkit] › editor/various/inserting-blocks.spec.js:526:2 › Inserting blocks (@firefox: test/e2e/specs/editor/various/inserting-blocks.spec.js#L557
2) [webkit] › editor/various/inserting-blocks.spec.js:526:2 › Inserting blocks (@Firefox, @WebKit) › inserts a block in proper place after having clicked `Browse All` from block appender Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 @@ -1,11 +1,11 @@ Array [ Object { "innerBlocks": Array [ Object { "attributes": Object { - "content": "Paragraph inside group", + "content": "", }, "name": "core/paragraph", }, ], "name": "core/group", Call Log: - Timeout 5000ms exceeded while waiting on the predicate 555 | .fill( 'Paragraph inside group' ); 556 | > 557 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 558 | { 559 | name: 'core/group', 560 | innerBlocks: [ at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:557:41
[webkit] › editor/various/inserting-blocks.spec.js:617:2 › Inserting blocks (@firefox: test/e2e/specs/editor/various/inserting-blocks.spec.js#L632
3) [webkit] › editor/various/inserting-blocks.spec.js:617:2 › Inserting blocks (@Firefox, @WebKit) › can close the main inserter after inserting a single-use block, like the More block TimeoutError: locator.fill: Timeout 10000ms exceeded. Call log: - waiting for frameLocator('[name="editor-canvas"]').getByRole('textbox', { name: 'Read more' }) 630 | await editor.canvas 631 | .getByRole( 'textbox', { name: 'Read more' } ) > 632 | .fill( 'More' ); | ^ 633 | await expect( 634 | page.getByRole( 'region', { 635 | name: 'Block Library', at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:632:5
[webkit] › editor/various/inserting-blocks.spec.js:660:3 › Inserting blocks (@firefox: test/e2e/specs/editor/various/inserting-blocks.spec.js#L684
4) [webkit] › editor/various/inserting-blocks.spec.js:660:3 › Inserting blocks (@Firefox, @WebKit) › last-inserted block should be given and keep the selection (small viewport) Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Image' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Image' }) 682 | await expect( 683 | editor.canvas.getByRole( 'document', { name: 'Block: Image' } ) > 684 | ).toBeVisible(); | ^ 685 | await expect 686 | .poll( () => 687 | page.evaluate( at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:684:6
Playwright - 7
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Playwright - 7
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[firefox] › editor/various/inserting-blocks.spec.js:660:3 › Inserting blocks (@firefox: test/e2e/specs/editor/various/inserting-blocks.spec.js#L684
1) [firefox] › editor/various/inserting-blocks.spec.js:660:3 › Inserting blocks (@Firefox, @WebKit) › last-inserted block should be given and keep the selection (small viewport) Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Image' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Image' }) 682 | await expect( 683 | editor.canvas.getByRole( 'document', { name: 'Block: Image' } ) > 684 | ).toBeVisible(); | ^ 685 | await expect 686 | .poll( () => 687 | page.evaluate( at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:684:6
[firefox] › editor/various/inserting-blocks.spec.js:660:3 › Inserting blocks (@firefox: test/e2e/specs/editor/various/inserting-blocks.spec.js#L684
1) [firefox] › editor/various/inserting-blocks.spec.js:660:3 › Inserting blocks (@Firefox, @WebKit) › last-inserted block should be given and keep the selection (small viewport) Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Image' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Image' }) 682 | await expect( 683 | editor.canvas.getByRole( 'document', { name: 'Block: Image' } ) > 684 | ).toBeVisible(); | ^ 685 | await expect 686 | .poll( () => 687 | page.evaluate( at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:684:6
[firefox] › editor/various/inserting-blocks.spec.js:660:3 › Inserting blocks (@firefox: test/e2e/specs/editor/various/inserting-blocks.spec.js#L684
1) [firefox] › editor/various/inserting-blocks.spec.js:660:3 › Inserting blocks (@Firefox, @WebKit) › last-inserted block should be given and keep the selection (small viewport) Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Image' }) Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Image' }) 682 | await expect( 683 | editor.canvas.getByRole( 'document', { name: 'Block: Image' } ) > 684 | ).toBeVisible(); | ^ 685 | await expect 686 | .poll( () => 687 | page.evaluate( at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:684:6
[firefox] › editor/various/inserting-blocks.spec.js:384:2 › Inserting blocks (@firefox: test/e2e/specs/editor/various/inserting-blocks.spec.js#L404
2) [firefox] › editor/various/inserting-blocks.spec.js:384:2 › Inserting blocks (@Firefox, @WebKit) › should close the inserter when clicking on the toggle button Error: expect(received).toMatchObject(expected) - Expected - 5 + Received + 1 - Array [ - Object { - "name": "core/buttons", - }, - ] + Array [] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 402 | await expect 403 | .poll( editor.getBlocks ) > 404 | .toMatchObject( [ { name: 'core/buttons' } ] ); | ^ 405 | 406 | await inserterButton.click(); 407 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:404:5
Playwright - 8
Process completed with exit code 1.
Playwright - 1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright - 4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Report to GitHub
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ./packages/report-flaky-tests. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎭 Playwright Run Summary
11 skipped 180 passed (9.0m)
🎭 Playwright Run Summary
1 skipped 177 passed (8.9m)
🎭 Playwright Run Summary
3 skipped 182 passed (5.6m)
🎭 Playwright Run Summary
1 skipped 191 passed (9.8m)
🎭 Playwright Run Summary
185 passed (8.6m)
🎭 Playwright Run Summary
4 flaky [webkit] › editor/various/inserting-blocks.spec.js:384:2 › Inserting blocks (@Firefox, @WebKit) › should close the inserter when clicking on the toggle button [webkit] › editor/various/inserting-blocks.spec.js:526: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:617: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:660:3 › Inserting blocks (@Firefox, @WebKit) › last-inserted block should be given and keep the selection (small viewport) 217 passed (12.8m)
🎭 Playwright Run Summary
1 failed [firefox] › editor/various/inserting-blocks.spec.js:660:3 › Inserting blocks (@Firefox, @WebKit) › last-inserted block should be given and keep the selection (small viewport) 1 flaky [firefox] › editor/various/inserting-blocks.spec.js:384:2 › Inserting blocks (@Firefox, @WebKit) › should close the inserter when clicking on the toggle button 3 skipped 143 passed (8.2m)
🎭 Playwright Run Summary
1 skipped 184 passed (9.1m)