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] User Mention: should allow newlines after multiple mention completions #48537

Closed
github-actions bot opened this issue Feb 27, 2023 · 3 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 Feb 27, 2023

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

Test title

User Mention: should allow newlines after multiple mention completions

Test path

/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js

Errors

[2023-02-27T19:57:03.719Z] Test passed after 5 failed attempts on try/set-attrs-idle.
[2023-03-30T07:42:51.930Z] Test passed after 1 failed attempt on fix/padding-input-in-global-styles.
[2023-06-23T09:34:28.462Z] Test passed after 1 failed attempt on try/aggressive-tinymce-deprecation.
[2023-06-23T10:02:18.965Z] Test passed after 1 failed attempt on try/aggressive-tinymce-deprecation.
[2023-09-26T10:10:35.770Z] Test passed after 1 failed attempt on trunk.
[2023-10-02T18:28:37.448Z] Test passed after 1 failed attempt on fix/theme-json-fonts-validation.
[2023-10-06T12:11:23.787Z] Test passed after 1 failed attempt on fix/list-forward-nested-merge.
[2023-10-06T14:57:41.854Z] Test passed after 1 failed attempt on rnmobile/update/missing-block-use-unsupported-block-details.
[2023-10-10T03:36:10.337Z] Test passed after 1 failed attempt on fix/pattern-transform-scrollbars.
[2023-10-10T07:38:51.376Z] Test passed after 1 failed attempt on fix/list-forward-nested-merge.
[2023-10-11T15:26:57.009Z] Test passed after 1 failed attempt on fix/55165.
[2023-10-12T10:30:54.867Z] Test passed after 1 failed attempt on fix/allow-render-html-in-post-titles.
[2023-10-13T07:06:05.810Z] Test passed after 1 failed attempt on update/media-related-pattern-categories.
[2023-10-13T10:16:32.393Z] Test passed after 1 failed attempt on trunk.
[2023-10-17T11:09:50.110Z] Test passed after 1 failed attempt on trunk.
[2023-10-17T17:29:53.083Z] Test passed after 1 failed attempt on trunk.
[2023-10-25T11:31:12.496Z] Test passed after 1 failed attempt on trunk.
[2023-10-25T15:28:03.004Z] Test passed after 1 failed attempt on trunk.
[2023-10-25T17:08:53.267Z] Test passed after 1 failed attempt on try/block-edit-lazy-loading.
[2023-10-30T16:40:29.784Z] Test passed after 1 failed attempt on add/ui-to-switch-between-views-and-create-new-ones.
[2023-10-30T21:48:38.939Z] Test passed after 1 failed attempt on add/escape-from-toolbar.
[2023-10-31T16:33:37.772Z] Test passed after 1 failed attempt on feat/radio-group-ariakit.
[2023-11-06T03:34:53.583Z] Test passed after 1 failed attempt on update/global-styles-revision-apply-returns-to-styles-main.
[2023-11-12T18:14:28.734Z] Test passed after 1 failed attempt on try/pass-rich-text-value-to-store.
[2023-11-13T08:12:45.847Z] Test passed after 1 failed attempt on try/remove-downloadjs-dependency.
[2023-11-13T23:46:08.807Z] Test passed after 1 failed attempt on try/remove-downloadjs-dependency.
[2023-12-11T13:29:02.410Z] Test passed after 1 failed attempt on try/block-edit-lazy-loading.
[2024-04-05T11:38:34.450Z] Test passed after 1 failed attempt on trunk.
Error: expect(received).toBe(expected) // Object.is equality

- Expected  - 1
+ Received  + 5

@@ -1,7 +1,11 @@
  <!-- wp:paragraph -->
- <p>@buddytheelf test</p>
+ <p>@bu</p>
+ <!-- /wp:paragraph -->
+
+ <!-- wp:paragraph -->
+ <p> test</p>
  <!-- /wp:paragraph -->

  <!-- wp:paragraph -->
  <p>@buddytheelf test</p>
  <!-- /wp:paragraph -->

Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
    at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:420:6
@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 Apr 30, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 1, 2023
@github-actions github-actions bot reopened this Jun 23, 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 Jun 24, 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 25, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 27, 2023
@github-actions github-actions bot reopened this Sep 26, 2023
github-actions bot referenced this issue Sep 26, 2023
* Update pattern import menuitem

* Revert label
@github-actions github-actions bot removed the [Status] Stale Gives the original author opportunity to update before closing. Can be reopened as needed. label Sep 28, 2023
github-actions bot referenced this issue Oct 13, 2023
* Playwright Utils: Introduce the 'editor.saveDraft' helper
* Update e2e tests where possible
github-actions bot referenced this issue Oct 17, 2023
* [Data views]: Normalize `render` fields function

* Update packages/edit-site/src/components/dataviews/view-list.js

Co-authored-by: Miguel Fonseca <150562+mcsf@users.noreply.github.com>

---------

Co-authored-by: Miguel Fonseca <150562+mcsf@users.noreply.github.com>
github-actions bot referenced this issue Oct 25, 2023
…-based themes (#55398)

Ensure inactive icons are visible with block-based themes.
Copy link
Author

This issue has gone 15 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 Apr 22, 2024
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

1 participant