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] Shows the quick inserter when the block contains non-navigation specific blocks #35235

Closed
github-actions bot opened this issue Sep 30, 2021 · 2 comments · Fixed by #35380
Closed
Assignees
Labels
[Block] Navigation Affects the Navigation Block [Status] In Progress Tracking issues with work in progress [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 30, 2021

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

Test title

Shows the quick inserter when the block contains non-navigation specific blocks

Test path

specs/editor/blocks/navigation.test.js

Errors

[2021-09-30T05:32:32.877Z] Test passed after 1 failed attempt on try/cover-min-height-placeholder-resizer.
[2021-09-30T11:57:44.822Z] Test passed after 1 failed attempt on update/secure-settings-to-use-value-func.
[2021-09-30T13:58:44.823Z] Test passed after 1 failed attempt on fix/ux-when-link-ui-has-empty-href.
[2021-10-01T05:04:10.113Z] Test passed after 1 failed attempt on mukeshpanchal27-patch-32434.
[2021-10-01T21:13:10.002Z] Test passed after 1 failed attempt on rn/add/modified-style-hook.
[2021-10-04T11:24:00.383Z] Test passed after 1 failed attempt on update/secure-styles-duotone.
[2021-10-06T07:02:17.738Z] Test passed after 1 failed attempt on rnmobile/embed-block-paste-url.
[2021-10-06T11:46:53.678Z] Test passed after 1 failed attempt on add/writing-flow-in-between-click-redirect.
[2021-10-06T12:19:03.411Z] Test passed after 1 failed attempt on add/comment-avatar.
[2021-10-08T12:45:35.859Z] Test passed after 1 failed attempt on trunk.
[2021-10-11T08:03:11.011Z] Test passed after 1 failed attempt on mobile/issue/3055-show-disabled-block-reason.
[2021-10-11T10:13:11.976Z] Test passed after 1 failed attempt on add/drag-and-inserter-motion-effects.
[2021-10-11T20:29:17.206Z] Test passed after 1 failed attempt on feature/test-richtext.
[2021-10-11T22:59:54.294Z] Test passed after 1 failed attempt on update/react-native-instructions.
[2021-10-13T16:09:24.058Z] Test passed after 1 failed attempt on polish/card.
[2021-10-14T06:38:05.084Z] Test passed after 1 failed attempt on try/add-breadcrumbs-block.
[2021-10-14T07:54:31.248Z] Test passed after 1 failed attempt on refactor/components-toggle-group-control-option-button.
[2021-10-14T09:58:29.131Z] Test passed after 1 failed attempt on try/font-size-control-changes.
[2021-10-14T10:33:29.866Z] Test passed after 1 failed attempt on update/font-family-block-supports-use-classes.
[2021-10-14T13:35:53.158Z] Test passed after 1 failed attempt on trunk.
[2021-10-15T14:17:46.081Z] Test passed after 1 failed attempt on feat/components-custom-select-control-followup-docs.
[2021-10-20T09:16:12.762Z] Test passed after 1 failed attempt on fix/cover-opacity-bug.
[2021-10-21T13:52:43.755Z] Test passed after 1 failed attempt on docs/add-block-json-schema.
[2021-10-22T04:55:39.722Z] Test passed after 1 failed attempt on trunk.
[2021-10-22T14:53:01.033Z] Test passed after 1 failed attempt on rnmobile/fix/e2e-ios-tests.
[2021-10-22T18:34:18.830Z] Test passed after 1 failed attempt on try/list-view-window.
[2021-10-25T22:47:00.004Z] Test passed after 1 failed attempt on rnmobile/try/creating-context-constants-for-gallery-block.
[2022-08-04T11:16:54.628Z] Test passed after 1 failed attempt on try/combine-block-supports-style-engine-stores.
[2022-08-23T20:47:10.373Z] Test passed after 1 failed attempt on trunk.
[2022-08-24T14:49:57.304Z] Test passed after 1 failed attempt on remove/lodash-blocks-api-templates.
[2022-08-24T18:07:51.298Z] Test passed after 1 failed attempt on remove/lodash-blocks-api-serializer.
  ● Navigation › Shows the quick inserter when the block contains non-navigation specific blocks

    TimeoutError: waiting for function failed: timeout 30000ms exceeded

      at new WaitTask (../../node_modules/puppeteer-core/src/common/DOMWorld.ts:813:28)
      at DOMWorld.waitForFunction (../../node_modules/puppeteer-core/src/common/DOMWorld.ts:728:22)
      at Frame.waitForFunction (../../node_modules/puppeteer-core/src/common/FrameManager.ts:1351:28)
      at Page.waitForFunction (../../node_modules/puppeteer-core/src/common/Page.ts:3346:29)
      at waitForInserterCloseAndContentFocus (../e2e-test-utils/build/@wordpress/e2e-test-utils/src/inserter.js:92:8)
      at insertBlock (../e2e-test-utils/build/@wordpress/e2e-test-utils/src/inserter.js:171:8)
      at Object.<anonymous> (specs/editor/blocks/navigation.test.js:930:3)

@github-actions github-actions bot added the [Type] Flaky Test Auto-generated flaky test report issue label Sep 30, 2021
@talldan talldan added the [Block] Navigation Affects the Navigation Block label Oct 1, 2021
@tellthemachines tellthemachines self-assigned this Oct 6, 2021
@github-actions github-actions bot added the [Status] In Progress Tracking issues with work in progress label Oct 6, 2021
@github-actions github-actions bot reopened this Oct 6, 2021
@talldan
Copy link
Contributor

talldan commented Jan 14, 2022

This one hasn't happened for a while, and the tests were rewritten, so hopefully that means it's solved.

I'll close it.

@talldan talldan closed this as completed Jan 14, 2022
@github-actions github-actions bot reopened this Aug 4, 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 Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Block] Navigation Affects the Navigation Block [Status] In Progress Tracking issues with work in progress [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.

2 participants