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] allows conversion back to blocks when the reusable block has unsaved edits #44601

Closed
github-actions bot opened this issue Sep 30, 2022 · 1 comment
Labels
[Type] Flaky Test Auto-generated flaky test report issue

Comments

@github-actions
Copy link

github-actions bot commented Sep 30, 2022

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

Test title

allows conversion back to blocks when the reusable block has unsaved edits

Test path

specs/editor/various/pattern-blocks.test.js

Errors

[2022-09-30T06:10:00.985Z] Test passed after 1 failed attempt on add/gutenberg-test-suite-loader.
[2023-10-18T10:16:09.844Z] Test passed after 1 failed attempt on fix/pattern-categories-capabilities.
[2023-10-18T13:34:53.389Z] Test passed after 1 failed attempt on fix/pattern-categories-capabilities.
[2023-10-18T20:14:35.394Z] Test passed after 1 failed attempt on fix/pattern-categories-capabilities.
[2023-10-19T08:29:23.183Z] Test passed after 1 failed attempt on fix/pattern-categories-capabilities.
[2023-10-19T16:21:10.046Z] Test passed after 1 failed attempt on fix/pattern-categories-capabilities.
[2023-10-20T09:48:00.401Z] Test passed after 1 failed attempt on trunk.
[2023-10-20T09:51:01.566Z] Test passed after 1 failed attempt on update/default-control-heights.
[2023-10-20T09:52:50.329Z] Test passed after 2 failed attempts on rnmobile/reusable-block-title-dark-mode.
[2023-10-20T10:20:15.347Z] Test passed after 2 failed attempts on rnmobile/reusable-block-title-dark-mode.
[2023-10-20T11:20:31.136Z] Test passed after 1 failed attempt on rnmobile/social-icon-background-dark-mode.
[2023-10-20T12:13:15.685Z] Test passed after 2 failed attempts on add/dataviews-filters-in-columns.
[2023-10-20T12:22:41.919Z] Test passed after 2 failed attempts on try/pages-split.
[2023-10-20T12:25:01.273Z] Test passed after 1 failed attempt on update/remove-string-from-pages-sidebar.
[2023-10-20T12:50:17.343Z] Test passed after 2 failed attempts on try/pages-split.
[2023-10-20T13:22:37.429Z] Test passed after 2 failed attempts on 55224/migrate-BlockPatternList.
[2023-10-20T13:39:15.294Z] Test passed after 1 failed attempt on update/remove-string-from-pages-sidebar.
[2023-10-20T14:05:41.219Z] Test passed after 1 failed attempt on update/remove-string-from-pages-sidebar.
[2023-10-20T15:20:11.492Z] Test passed after 1 failed attempt on 55224/migrate-BlockPatternList.
[2023-10-20T20:15:05.553Z] Test passed after 1 failed attempt on try/content-transforms.
[2023-10-21T00:25:51.073Z] Test passed after 2 failed attempts on try/priority-queue-split.
[2023-10-21T18:56:10.243Z] Test passed after 2 failed attempts on scripts-readme-typo.
[2023-10-21T19:33:57.955Z] Test passed after 1 failed attempt on trunk.
[2023-10-22T07:20:16.037Z] Test passed after 2 failed attempts on docs/reorder-toc-create-block.
[2023-10-23T09:15:35.131Z] Test passed after 1 failed attempt on fix/query-loop-enhanced-pagination-inner-block-restrictions.
[2023-10-23T11:07:14.861Z] Test passed after 1 failed attempt on fix/query-loop-enhanced-pagination-inner-block-restrictions.
[2023-10-23T12:54:50.611Z] Test passed after 2 failed attempts on try/pages-split.
[2023-10-23T13:00:36.302Z] Test passed after 2 failed attempts on update/add-unit-test-for-duotone-enhanced-pagination.
[2023-10-23T14:20:57.303Z] Test passed after 1 failed attempt on add/e2e-utils-editor-preferences.
[2023-10-23T14:33:04.227Z] Test passed after 1 failed attempt on fix/saving-buttons-a11y.
[2023-10-23T15:07:45.871Z] Test passed after 1 failed attempt on rnmobile/appium-2.
[2023-10-23T15:11:12.397Z] Test passed after 1 failed attempt on trunk.
[2023-10-23T15:29:04.874Z] Test passed after 1 failed attempt on rnmobile/appium-2.
[2023-10-23T15:32:34.222Z] Test passed after 1 failed attempt on fix/navigation-link-encode.
[2023-10-23T16:03:24.961Z] Test passed after 1 failed attempt on fix/navigation-block-allow-support-for-other-list-items-to-be-nested.
[2023-10-24T00:25:28.913Z] Test passed after 2 failed attempts on test/improve-e2e-test-consistency.
[2023-10-24T09:00:59.088Z] Test passed after 1 failed attempt on trunk.
[2023-10-24T10:41:20.618Z] Test passed after 1 failed attempt on trunk.
  ● Pattern blocks › allows conversion back to blocks when the reusable block has unsaved edits

    TimeoutError: waiting for XPath `//*[contains(@class, "components-snackbar")]/*[contains(text(),"pattern created:")]` failed: timeout 30000ms exceeded

      at new WaitTask (../../node_modules/puppeteer-core/src/common/DOMWorld.ts:813:28)
      at DOMWorld.waitForXPath (../../node_modules/puppeteer-core/src/common/DOMWorld.ts:702:22)
      at Frame.waitForXPath (../../node_modules/puppeteer-core/src/common/FrameManager.ts:1320:47)
      at Page.waitForXPath (../../node_modules/puppeteer-core/src/common/Page.ts:3281:29)
      at waitForXPath (../e2e-test-utils/build/@wordpress/e2e-test-utils/src/create-reusable-block.js:36:13)
          at runMicrotasks (<anonymous>)
      at Object.<anonymous> (specs/editor/various/pattern-blocks.test.js:340:3)

@github-actions github-actions bot added the [Type] Flaky Test Auto-generated flaky test report issue label Sep 30, 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 31, 2022
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 1, 2022
@github-actions github-actions bot reopened this Oct 18, 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 Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Flaky Test Auto-generated flaky test report issue
Projects
None yet
Development

No branches or pull requests

1 participant