-
Notifications
You must be signed in to change notification settings - Fork 4.8k
[Flaky Test] should navigate correctly with multi selection #41607
Copy link
Copy link
Closed as not planned
Labels
[Status] StaleGives the original author opportunity to update before closing. Can be reopened as needed.Gives the original author opportunity to update before closing. Can be reopened as needed.[Type] Flaky TestAuto-generated flaky test report issueAuto-generated flaky test report issue
Description
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>)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[Status] StaleGives the original author opportunity to update before closing. Can be reopened as needed.Gives the original author opportunity to update before closing. Can be reopened as needed.[Type] Flaky TestAuto-generated flaky test report issueAuto-generated flaky test report issue
Type
Fields
Give feedbackNo fields configured for issues without a type.