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] first empty list item is graciously removed #48512

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

[Flaky Test] first empty list item is graciously removed #48512

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

Comments

@github-actions
Copy link

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

Test title

first empty list item is graciously removed

Test path

/test/e2e/specs/editor/blocks/list.spec.js

Errors

[2023-02-27T18:35:00.725Z] Test passed after 2 failed attempts on try/something.
Error: expect(received).toBe(expected) // Object.is equality

- Expected  - 7
+ Received  + 1

  <!-- wp:paragraph -->
- <p></p>
+ <p>2</p>
  <!-- /wp:paragraph -->
-
- <!-- wp:list -->
- <ul><!-- wp:list-item -->
- <li>2</li>
- <!-- /wp:list-item --></ul>
- <!-- /wp:list -->

Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
    at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:1091:3
Error: expect(received).toBe(expected) // Object.is equality

- Expected  - 7
+ Received  + 1

  <!-- wp:paragraph -->
- <p></p>
+ <p>2</p>
  <!-- /wp:paragraph -->
-
- <!-- wp:list -->
- <ul><!-- wp:list-item -->
- <li>2</li>
- <!-- /wp:list-item --></ul>
- <!-- /wp:list -->

Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
    at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:1091:3
@github-actions github-actions bot added the [Type] Flaky Test Auto-generated flaky test report issue label Feb 27, 2023
@github-actions github-actions bot mentioned this issue Feb 27, 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