Skip to content

[Flaky Test] should navigate correctly with multi selection #41607

@github-actions

Description

@github-actions

Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.

Test title

should navigate correctly with multi selection

Test path

specs/editor/various/keyboard-navigable-blocks.test.js

Errors

[2022-06-08T17:58:56.070Z] Test passed after 1 failed attempt on trunk.
[2022-09-03T14:17:34.953Z] Test passed after 1 failed attempt on trunk.
[2022-09-21T01:46:42.724Z] Test passed after 1 failed attempt on update/style-engine-readme.
[2023-02-23T18:54:18.222Z] Test passed after 1 failed attempt on refactor/tabpanel-unit-tests.
[2023-02-23T20:15:29.586Z] Test passed after 1 failed attempt on trunk.
[2023-02-23T23:14:17.565Z] Test passed after 1 failed attempt on try/rich-text-remove-keyup.
[2023-02-24T01:33:59.225Z] Test passed after 1 failed attempt on fix/list-view-controls-tabindex.
[2023-02-24T02:37:08.536Z] Test passed after 1 failed attempt on html-api/updates-from-core-dev.
[2023-02-24T08:16:52.929Z] Test passed after 1 failed attempt on update/legacy-tooltip.
  ● Order of block keyboard navigation › should navigate correctly with multi selection

    expect(received).toBe(expected) // Object.is equality

    Expected: "Multiple selected blocks"
    Received: "Paragraph block"

      198 | 		expect( await getEditedPostContent() ).toMatchSnapshot();
      199 |
    > 200 | 		expect( await getActiveLabel() ).toBe( 'Multiple selected blocks' );
          | 		                                 ^
      201 |
      202 | 		await page.keyboard.press( 'Tab' );
      203 | 		await expect( await getActiveLabel() ).toBe( 'Post' );

      at Object.<anonymous> (specs/editor/various/keyboard-navigable-blocks.test.js:200:36)
          at runMicrotasks (<anonymous>)

Metadata

Metadata

Assignees

No one assigned

    Labels

    [Status] StaleGives the original author opportunity to update before closing. Can be reopened as needed.[Type] Flaky TestAuto-generated flaky test report issue

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions