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] moves when typing before it #48388

Closed
github-actions bot opened this issue Feb 23, 2023 · 0 comments
Closed

[Flaky Test] moves when typing before it #48388

github-actions bot opened this issue Feb 23, 2023 · 0 comments
Labels
[Type] Flaky Test Auto-generated flaky test report issue

Comments

@github-actions
Copy link

github-actions bot commented Feb 23, 2023

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

Test title

moves when typing before it

Test path

specs/editor/plugins/annotations.test.js

Errors

[2023-02-23T23:14:10.274Z] Test passed after 1 failed attempt on try/rich-text-remove-keyup.
[2023-02-23T23:22:19.243Z] Test passed after 1 failed attempt on try/reduce-keyup-handling.
[2023-02-27T19:57:13.760Z] Test passed after 1 failed attempt on try/set-attrs-idle.
  ● Annotations › moves when typing before it

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

    Expected: "B"
    Received: "C"

      160 |
      161 | 		const annotatedText = await getAnnotatedText();
    > 162 | 		expect( annotatedText ).toBe( 'B' );
          | 		                        ^
      163 |
      164 | 		await removeAnnotations();
      165 | 		const blockText = await getRichTextInnerHTML();

      at Object.<anonymous> (specs/editor/plugins/annotations.test.js:162:27)
          at runMicrotasks (<anonymous>)

@github-actions github-actions bot added the [Type] Flaky Test Auto-generated flaky test report issue label Feb 23, 2023
@Mamaduka Mamaduka closed this as completed Mar 2, 2023
@Mamaduka Mamaduka reopened this Mar 2, 2023
@Mamaduka Mamaduka closed this as completed Mar 2, 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