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 allow blocks to be moved #48276

Closed
github-actions bot opened this issue Feb 21, 2023 · 3 comments · Fixed by #55929
Closed

[Flaky Test] should allow blocks to be moved #48276

github-actions bot opened this issue Feb 21, 2023 · 3 comments · Fixed by #55929
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 21, 2023

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

Test title

should allow blocks to be moved

Test path

specs/editor/plugins/cpt-locking.test.js

Errors

[2023-02-21T12:23:08.759Z] Test passed after 6 failed attempts on try/duotone-custom-properties.
[2023-02-22T13:48:07.390Z] Test passed after 6 failed attempts on try/simple-async-block-loading.
[2023-02-23T16:14:50.866Z] Test passed after 6 failed attempts on try/simple-async-block-loading.
[2023-02-23T16:49:57.637Z] Test passed after 6 failed attempts on try/simple-async-block-loading.
[2023-02-27T18:35:01.703Z] Test passed after 1 failed attempt on try/something.
[2023-03-28T15:49:34.968Z] Test passed after 6 failed attempts on try/simple-async-block-loading.
[2023-03-29T12:18:40.119Z] Test passed after 6 failed attempts on try/simple-async-block-loading.
[2023-04-26T07:02:31.107Z] Test passed after 6 failed attempts on add/editor-content-only-lock.
[2023-04-27T14:33:17.586Z] Test passed after 3 failed attempts on add/block-variation-transforms-in-switcher.
[2023-05-04T08:31:06.547Z] Test passed after 3 failed attempts on add/block-variation-transforms-in-switcher.
[2023-06-09T14:22:43.836Z] Test passed after 6 failed attempts on add/custom-attribute-sources.
[2023-06-12T11:42:30.086Z] Test passed after 6 failed attempts on add/custom-attribute-sources.
[2023-06-19T15:24:16.722Z] Test passed after 6 failed attempts on add/image-block-aspect-ratio-control.
[2023-06-19T17:12:41.911Z] Test passed after 6 failed attempts on add/image-block-aspect-ratio-control.
[2023-06-19T17:39:26.262Z] Test passed after 6 failed attempts on add/image-block-aspect-ratio-control.
[2023-06-19T18:35:02.378Z] Test passed after 6 failed attempts on add/image-block-aspect-ratio-control.
[2023-06-20T01:19:42.968Z] Test passed after 6 failed attempts on add/image-block-aspect-ratio-control.
[2023-06-20T16:42:07.565Z] Test passed after 6 failed attempts on add/image-block-aspect-ratio-control.
[2023-06-20T17:46:48.782Z] Test passed after 6 failed attempts on add/image-block-aspect-ratio-control.
[2023-06-20T18:26:27.756Z] Test passed after 6 failed attempts on add/image-block-aspect-ratio-control.
[2023-06-20T20:59:05.770Z] Test passed after 6 failed attempts on add/image-block-aspect-ratio-control.
[2023-06-21T06:31:14.276Z] Test passed after 6 failed attempts on add/image-block-aspect-ratio-control.
[2023-06-21T14:35:19.940Z] Test passed after 6 failed attempts on add/image-block-aspect-ratio-control.
[2023-06-21T19:01:23.119Z] Test passed after 6 failed attempts on add/image-block-aspect-ratio-control.
[2023-06-21T20:04:16.903Z] Test passed after 6 failed attempts on add/image-block-aspect-ratio-control.
[2023-06-21T20:58:24.036Z] Test passed after 6 failed attempts on add/image-block-aspect-ratio-control.
[2023-06-21T22:51:57.869Z] Test passed after 6 failed attempts on add/image-block-aspect-ratio-control.
[2023-06-22T02:52:02.028Z] Test passed after 6 failed attempts on add/image-block-aspect-ratio-control.
[2023-06-22T17:15:49.899Z] Test passed after 6 failed attempts on add/image-block-aspect-ratio-control.
[2023-08-01T22:42:55.110Z] Test passed after 6 failed attempts on fix/image-block-aspect-ratio-max-width.
[2023-10-04T13:48:20.932Z] Test passed after 1 failed attempt on try/debounce-rich-text-on-input.
  ● cpt locking › template_lock insert › should allow blocks to be moved

    expect(received).toMatchSnapshot()

    Snapshot name: `cpt locking template_lock insert should allow blocks to be moved 1`

    - Snapshot  - 1
    + Received  + 1

    @@ -1,7 +1,7 @@
      "<!-- wp:paragraph {"placeholder":"Add a description"} -->
    - <p>p1</p>
    + <p>p</p>
      <!-- /wp:paragraph -->

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

      57 | 			'p1'
      58 | 		);
    > 59 | 		expect( await getEditedPostContent() ).toMatchSnapshot();
         | 		                                       ^
      60 | 	};
      61 |
      62 | 	describe( 'template_lock all', () => {

      at Object.toMatchSnapshot (specs/editor/plugins/cpt-locking.test.js:59:42)
          at runMicrotasks (<anonymous>)

@github-actions
Copy link
Author

github-actions bot commented Jun 4, 2023

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 Jun 4, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 5, 2023
@github-actions github-actions bot reopened this Jun 9, 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 10, 2023
@github-actions github-actions bot reopened this Jun 19, 2023
@Mamaduka Mamaduka closed this as completed Jul 7, 2023
@github-actions github-actions bot reopened this Aug 1, 2023
@github-actions
Copy link
Author

github-actions bot commented Sep 1, 2023

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 1, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 3, 2023
@github-actions github-actions bot reopened this Oct 4, 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 Oct 9, 2023
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 13, 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

Successfully merging a pull request may close this issue.

1 participant