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] Should show an invalid block message with clickable options #48503

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

Should show an invalid block message with clickable options

Test path

specs/editor/various/invalid-block.test.js

Errors

[2023-02-27T18:34:25.365Z] Test passed after 2 failed attempts on try/something.
[2023-10-04T13:48:10.842Z] Test passed after 1 failed attempt on try/debounce-rich-text-on-input.
  ● invalid blocks › Should show an invalid block message with clickable options

    expect(received).toEqual(expected) // deep equality

    Expected: "<p>hello</p><p>invalid paragraph"
    Received: "<p>hell</p><p>invalid paragraph"

      47 | 			( node ) => node.textContent
      48 | 		);
    > 49 | 		expect( htmlBlockContent ).toEqual(
         | 		                           ^
      50 | 			'<p>hello</p><p>invalid paragraph'
      51 | 		);
      52 | 	} );

      at Object.toEqual (specs/editor/various/invalid-block.test.js:49:30)
          at runMicrotasks (<anonymous>)

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 Nov 10, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 12, 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

1 participant