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] creates a group from multiple blocks of different types via block transforms #41616

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

Comments

@github-actions
Copy link

github-actions bot commented Jun 9, 2022

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

Test title

creates a group from multiple blocks of different types via block transforms

Test path

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

Errors

[2022-06-09T05:14:09.913Z] Test passed after 1 failed attempt on fix/accessibility-template-buttons.
[2022-08-16T13:18:27.943Z] Test passed after 1 failed attempt on add/patterns-header-and-footer-collection.
[2023-06-03T07:46:55.477Z] Test passed after 1 failed attempt on try/fn-meta.
[2023-06-14T09:43:10.805Z] Test passed after 1 failed attempt on add/back-to-top.
[2023-06-15T06:30:28.815Z] Test passed after 1 failed attempt on add/back-to-top.
[2023-06-19T05:32:50.425Z] Test passed after 1 failed attempt on add/back-to-top.
[2023-07-07T09:11:31.294Z] Test passed after 1 failed attempt on feat/async-block-loading.
[2023-07-21T12:58:15.220Z] Test passed after 1 failed attempt on feat/async-block-loading.
[2023-08-09T10:42:48.688Z] Test passed after 1 failed attempt on feat/async-block-loading.
[2023-08-17T15:14:42.725Z] Test passed after 1 failed attempt on feat/async-block-loading.
[2023-09-22T02:02:53.481Z] Test passed after 1 failed attempt on update/patterns-filter.
[2023-10-04T13:48:15.770Z] Test passed after 1 failed attempt on try/debounce-rich-text-on-input.
  ● Block Grouping › Group creation › creates a group from multiple blocks of different types via block transforms

    expect(received).toMatchSnapshot()

    Snapshot name: `Block Grouping Group creation creates a group from multiple blocks of different types via block transforms 1`

    - Snapshot  - 1
    + Received  + 1

    @@ -1,8 +1,8 @@
      "<!-- wp:group {"layout":{"type":"constrained"}} -->
      <div class="wp-block-group"><!-- wp:heading -->
    - <h2 class="wp-block-heading">Group Heading</h2>
    + <h2 class="wp-block-heading">G</h2>
      <!-- /wp:heading -->

      <!-- wp:image -->
      <figure class="wp-block-image"><img alt=""/></figure>
      <!-- /wp:image -->

      69 | 			await transformBlockTo( 'Group' );
      70 |
    > 71 | 			expect( await getEditedPostContent() ).toMatchSnapshot();
         | 			                                       ^
      72 | 		} );
      73 |
      74 | 		it( 'creates a group from multiple blocks of the same type via options toolbar', async () => {

      at Object.toMatchSnapshot (specs/editor/various/block-grouping.test.js:71:43)
          at runMicrotasks (<anonymous>)

@github-actions github-actions bot added the [Type] Flaky Test Auto-generated flaky test report issue label Jun 9, 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 Sep 16, 2022
@github-actions github-actions bot reopened this Jun 3, 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 6, 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