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] navigates in and out of toolbar by keyboard (Alt+F10, Escape) #47281

Closed
github-actions bot opened this issue Jan 19, 2023 · 1 comment
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 Jan 19, 2023

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

Test title

navigates in and out of toolbar by keyboard (Alt+F10, Escape)

Test path

specs/editor/various/navigable-toolbar.test.js

Errors

[2023-01-19T11:44:41.692Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-02-02T17:37:19.686Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-02-02T18:08:43.738Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-02-03T05:11:23.823Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-02-03T14:06:13.663Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-02-06T14:30:41.275Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-02-20T13:52:41.812Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-03-07T12:01:57.990Z] Test passed after 3 failed attempts on try/dedicated-block-controls-filter.
[2023-03-07T14:27:46.409Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-03-08T16:26:27.060Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-03-16T11:48:28.204Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-03-16T13:54:24.367Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-03-28T09:21:32.057Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-03-28T17:13:29.789Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-03-29T11:31:55.339Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-03-29T13:45:35.766Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-03-29T17:19:20.431Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-03-30T12:51:43.062Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-03-30T16:26:06.186Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools-site-editor.
[2023-04-04T15:18:43.297Z] Test passed after 3 failed attempts on try/block-tools-marry-document-tools.
[2023-04-05T16:02:02.080Z] Test passed after 4 failed attempts on try/block-tools-marry-document-tools.
[2023-04-06T12:32:57.797Z] Test passed after 3 failed attempts on try/block-tools-invade-document-tools.
[2023-04-06T13:00:51.467Z] Test passed after 3 failed attempts on try/block-tools-invade-document-tools.
[2023-04-06T14:35:32.183Z] Test passed after 3 failed attempts on try/block-tools-invade-document-tools.
[2023-04-06T15:59:17.410Z] Test passed after 3 failed attempts on try/block-tools-invade-document-tools.
[2023-04-07T11:52:16.643Z] Test passed after 3 failed attempts on try/block-tools-invade-document-tools.
[2023-04-10T10:52:26.769Z] Test passed after 3 failed attempts on try/block-tools-invade-document-tools.
[2023-04-11T11:02:49.216Z] Test passed after 3 failed attempts on try/block-tools-invade-document-tools.
[2023-04-11T19:47:20.363Z] Test passed after 3 failed attempts on try/block-tools-invade-document-tools.
[2023-04-11T21:09:17.908Z] Test passed after 3 failed attempts on try/block-tools-invade-document-tools.
[2023-04-11T22:01:16.596Z] Test passed after 3 failed attempts on try/block-tools-invade-document-tools.
[2023-04-12T12:00:49.030Z] Test passed after 3 failed attempts on try/block-tools-invade-document-tools.
[2023-04-12T12:58:44.542Z] Test passed after 3 failed attempts on try/block-tools-invade-document-tools.
[2023-04-12T14:08:07.024Z] Test passed after 3 failed attempts on try/block-tools-invade-document-tools.
[2023-04-12T15:30:36.479Z] Test passed after 3 failed attempts on try/block-tools-invade-document-tools.
[2023-04-12T16:01:54.314Z] Test passed after 3 failed attempts on try/block-tools-invade-document-tools.
  ● block toolbar (unified: true) › navigates in and out of toolbar by keyboard (Alt+F10, Escape)

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

    Expected: true
    Received: false

      40 | 		// Upward.
      41 | 		await pressKeyWithModifier( 'alt', 'F10' );
    > 42 | 		expect( await isInBlockToolbar() ).toBe( true );
         | 		                                   ^
      43 | 	} );
      44 |
      45 | 	if ( ! isUnifiedToolbar ) {

      at Object.toBe (specs/editor/various/navigable-toolbar.test.js:42:38)
          at runMicrotasks (<anonymous>)

  ● block toolbar (unified: true) › navigates in and out of toolbar by keyboard (Alt+F10, Escape)

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

    Expected: true
    Received: false

      40 | 		// Upward.
      41 | 		await pressKeyWithModifier( 'alt', 'F10' );
    > 42 | 		expect( await isInBlockToolbar() ).toBe( true );
         | 		                                   ^
      43 | 	} );
      44 |
      45 | 	if ( ! isUnifiedToolbar ) {

      at Object.toBe (specs/editor/various/navigable-toolbar.test.js:42:38)
          at runMicrotasks (<anonymous>)

  ● block toolbar (unified: true) › navigates in and out of toolbar by keyboard (Alt+F10, Escape)

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

    Expected: true
    Received: false

      40 | 		// Upward.
      41 | 		await pressKeyWithModifier( 'alt', 'F10' );
    > 42 | 		expect( await isInBlockToolbar() ).toBe( true );
         | 		                                   ^
      43 | 	} );
      44 |
      45 | 	if ( ! isUnifiedToolbar ) {

      at Object.toBe (specs/editor/various/navigable-toolbar.test.js:42:38)
          at runMicrotasks (<anonymous>)

@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 May 13, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 14, 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

No branches or pull requests

0 participants