Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Flaky Test] should multi-select in the ListView component with shift + up and down keys #44354

Closed
github-actions bot opened this issue Sep 22, 2022 · 2 comments · Fixed by #48035
Closed
Labels
[Status] Stale Gives the original author opportunity to update before closing. Can be reopened as needed. [Type] Flaky Test Auto-generated flaky test report issue

Comments

@github-actions
Copy link

github-actions bot commented Sep 22, 2022

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

Test title

should multi-select in the ListView component with shift + up and down keys

Test path

specs/editor/various/multi-block-selection.test.js

Errors

[2022-09-22T09:26:03.558Z] Test passed after 1 failed attempt on trunk.
[2023-01-03T14:16:23.505Z] Test passed after 1 failed attempt on fix/dashicon-remove-unnecessary-classname-type.
[2023-01-16T14:12:03.605Z] Test passed after 1 failed attempt on rename/attribute-updates-to-lexical-updates.
[2023-01-24T09:05:20.434Z] Test passed after 1 failed attempt on add/has-link-color.
  ● Multi-block selection › should multi-select in the ListView component with shift + up and down keys

    expect(received).toEqual(expected) // deep equality

    Expected: [2, 3]
    Received: 1

      827 | 		await page.keyboard.down( 'Shift' );
      828 | 		await page.keyboard.press( 'ArrowDown' );
    > 829 | 		expect( await getSelectedFlatIndices() ).toEqual( [ 2, 3 ] );
          | 		                                         ^
      830 |
      831 | 		// Press Down once more to also select the 4th block.
      832 | 		await page.keyboard.press( 'ArrowDown' );

      at Object.<anonymous> (specs/editor/various/multi-block-selection.test.js:829:44)
          at runMicrotasks (<anonymous>)

@github-actions github-actions bot added the [Type] Flaky Test Auto-generated flaky test report issue label Sep 22, 2022
@github-actions
Copy link
Author

This issue has gone 30 days without any activity.

@github-actions github-actions bot added the [Status] Stale Gives the original author opportunity to update before closing. Can be reopened as needed. label Oct 23, 2022
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 24, 2022
@github-actions github-actions bot reopened this Jan 3, 2023
@github-actions github-actions bot removed the [Status] Stale Gives the original author opportunity to update before closing. Can be reopened as needed. label Jan 4, 2023
@github-actions
Copy link
Author

This issue has gone 30 days without any activity.

@github-actions github-actions bot added the [Status] Stale Gives the original author opportunity to update before closing. Can be reopened as needed. label Feb 24, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Status] Stale Gives the original author opportunity to update before closing. Can be reopened as needed. [Type] Flaky Test Auto-generated flaky test report issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants