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] ensures paragraph block toolbar uses roving tabindex #49733

Closed
github-actions bot opened this issue Apr 11, 2023 · 2 comments
Closed

[Flaky Test] ensures paragraph block toolbar uses roving tabindex #49733

github-actions bot opened this issue Apr 11, 2023 · 2 comments
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 Apr 11, 2023

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

Test title

ensures paragraph block toolbar uses roving tabindex

Test path

/test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js

Errors

[2023-04-11T21:07:05.294Z] Test passed after 1 failed attempt on fix/multiple-tooltips-on-navigable-toolbar.
[2023-04-12T15:27:12.774Z] Test passed after 1 failed attempt on fix/multiple-tooltips-on-navigable-toolbar.
[2023-04-12T17:15:11.277Z] Test passed after 1 failed attempt on fix/multiple-tooltips-on-navigable-toolbar.
[2023-04-13T15:08:41.716Z] Test passed after 1 failed attempt on fix/multiple-tooltips-on-navigable-toolbar.
[2023-04-13T21:58:22.878Z] Test passed after 1 failed attempt on fix/multiple-tooltips-on-navigable-toolbar.
[2023-04-14T14:58:12.472Z] Test passed after 1 failed attempt on fix/multiple-tooltips-on-navigable-toolbar.
[2023-06-16T09:44:32.126Z] Test passed after 1 failed attempt on trunk.
[2023-06-16T10:20:55.363Z] Test passed after 1 failed attempt on trunk.
[2023-06-16T10:36:07.245Z] Test passed after 1 failed attempt on try/fn-meta.
[2023-06-16T12:56:46.023Z] Test passed after 1 failed attempt on try/block-editor-block-settings-dropdownmenu-v2.
[2023-06-16T13:07:50.679Z] Test passed after 1 failed attempt on trunk.
[2023-06-16T13:08:47.492Z] Test passed after 1 failed attempt on fix/gallery-default-inner-block-value.
[2023-06-16T14:57:20.543Z] Test passed after 1 failed attempt on fix/site-editor-navigation-rtl-chevron.
[2023-06-16T15:10:31.932Z] Test passed after 1 failed attempt on fix/51581.
[2023-06-16T15:32:26.111Z] Test passed after 1 failed attempt on fix/navigation-listing-screen-conditional-rendering.
[2023-06-16T16:23:18.019Z] Test passed after 1 failed attempt on move/navigate-to-submenu.
[2023-06-16T16:40:54.246Z] Test passed after 1 failed attempt on trunk.
[2023-06-17T10:57:19.593Z] Test passed after 1 failed attempt on trunk.
[2023-06-19T08:47:44.224Z] Test passed after 1 failed attempt on add/global-styles-commands.
[2023-06-19T10:38:25.240Z] Test passed after 1 failed attempt on update/rename-align-attribute.
[2023-06-19T14:00:04.015Z] Test passed after 1 failed attempt on update/move-behaviors-to-experimental.
[2023-06-19T14:02:47.084Z] Test passed after 1 failed attempt on fix/improve-performance-render_block_core_template_part.
[2023-06-21T11:27:36.244Z] Test passed after 1 failed attempt on update/editor-ui-modal-width.
[2023-06-21T14:52:08.034Z] Test passed after 1 failed attempt on add/ability-to-switch-templates.
[2023-06-21T15:45:28.536Z] Test passed after 1 failed attempt on remove/mobile-custom-waitfor.
[2023-06-21T16:06:43.954Z] Test passed after 1 failed attempt on nav-e2e-tests-markup.
Error: expect(received).toBe(expected) // Object.is equality

Expected: "Paragraph"
Received: "Show document tools"
    at ToolbarRovingTabindexUtils.expectLabelToHaveFocus (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js:205:23)
    at ToolbarRovingTabindexUtils.testBlockToolbarKeyboardNavigation (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js:181:3)
    at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/toolbar-roving-tabindex.spec.js:26:3
@github-actions github-actions bot added the [Type] Flaky Test Auto-generated flaky test report issue label Apr 11, 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 May 15, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 17, 2023
@github-actions github-actions bot reopened this Jun 16, 2023
github-actions bot referenced this issue Jun 16, 2023
* Add new state handlers for setting Nav Menu

Fixing unlocking

Avoid unnecessarily effectful code

Fix bug with persistent Nav block locking

Reinstate effect to limit calls to selectBlock

Reinstate effect to run selectively

Isolate Nav specific code

Refactor settings to hook

Isolate Editor Canvas to component

Extract mode statuses to hook

Colocate editor canvas dependencies

Remove requirement for Nav hook to return data

Extract entire canvas to component

Get blocks directly from the store

Use factory to provide default editor component

Extract independent components for default and wp_navigation

Remove template dep from Navigation focus hook

Delete redundant hook

Remove need for settings prop

Extract hooks to files

Export boolean to avoid render

Remove redundant prop and var

Extract Site Editor Canvas component to file

Extract factory to file

Remove need to pass props to abstract component

Improve abstract component and factory naming

Improve usage of constants

Be explicit about entity mapping in factory

Remove templateType prop from SiteEditorCanvas component

Improve variable naming

Use more performant selector

Improve documenting rule for showing appender

Move Navigation specific editor settings to relevant provider

Remove useSiteEditorMode hook

See #39286 (comment)

Reintstate bug fix with comment

Fix error in rebase

Add edit button

Use Navigation icon and label

Use correct labels

* Add descriptive text as instructed

See #39286

* Update edit link for Navigation post type

Fixes revisions link

* Fix PHPCS
github-actions bot referenced this issue Jun 16, 2023
Removed tests related to the alt + 10 shortcut as they are covered elsewhere.
@github-actions github-actions bot removed the [Status] Stale Gives the original author opportunity to update before closing. Can be reopened as needed. label Jun 17, 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 Jul 22, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 23, 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