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 propagate properly and duplicate selected blocks #48532

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

[Flaky Test] should propagate properly and duplicate selected blocks #48532

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

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 propagate properly and duplicate selected blocks

Test path

specs/editor/various/block-editor-keyboard-shortcuts.test.js

Errors

[2023-02-27T18:35:40.024Z] Test passed after 1 failed attempt on try/something.
[2023-02-27T19:57:31.519Z] Test passed after 2 failed attempts on try/set-attrs-idle.
  ● block editor keyboard shortcuts › test shortcuts handling through portals in the same tree › should propagate properly and duplicate selected blocks

    expect(received).toMatchSnapshot()

    Snapshot name: `block editor keyboard shortcuts test shortcuts handling through portals in the same tree should propagate properly and duplicate selected blocks 1`

    - Snapshot  - 2
    + Received  + 2

    @@ -5,11 +5,11 @@
      <!-- wp:paragraph -->
      <p>2nd</p>
      <!-- /wp:paragraph -->

      <!-- wp:paragraph -->
    - <p>3rd</p>
    + <p>3</p>
      <!-- /wp:paragraph -->

      <!-- wp:paragraph -->
      <p>1st</p>
      <!-- /wp:paragraph -->
    @@ -17,7 +17,7 @@
      <!-- wp:paragraph -->
      <p>2nd</p>
      <!-- /wp:paragraph -->

      <!-- wp:paragraph -->
    - <p>3rd</p>
    + <p>3</p>
      <!-- /wp:paragraph -->

      86 | 			);
      87 | 			await pressKeyWithModifier( 'primaryShift', 'd' );
    > 88 | 			expect( await getEditedPostContent() ).toMatchSnapshot();
         | 			                                       ^
      89 | 		} );
      90 | 		it( 'should prevent deleting multiple selected blocks from inputs', async () => {
      91 | 			await clickBlockToolbarButton( 'Options' );

      at Object.<anonymous> (specs/editor/various/block-editor-keyboard-shortcuts.test.js:88:43)
          at runMicrotasks (<anonymous>)

  ● block editor keyboard shortcuts › test shortcuts handling through portals in the same tree › should propagate properly and duplicate selected blocks

    expect(received).toMatchSnapshot()

    Snapshot name: `block editor keyboard shortcuts test shortcuts handling through portals in the same tree should propagate properly and duplicate selected blocks 1`

    - Snapshot  - 2
    + Received  + 2

    @@ -5,11 +5,11 @@
      <!-- wp:paragraph -->
      <p>2nd</p>
      <!-- /wp:paragraph -->

      <!-- wp:paragraph -->
    - <p>3rd</p>
    + <p></p>
      <!-- /wp:paragraph -->

      <!-- wp:paragraph -->
      <p>1st</p>
      <!-- /wp:paragraph -->
    @@ -17,7 +17,7 @@
      <!-- wp:paragraph -->
      <p>2nd</p>
      <!-- /wp:paragraph -->

      <!-- wp:paragraph -->
    - <p>3rd</p>
    + <p></p>
      <!-- /wp:paragraph -->

      86 | 			);
      87 | 			await pressKeyWithModifier( 'primaryShift', 'd' );
    > 88 | 			expect( await getEditedPostContent() ).toMatchSnapshot();
         | 			                                       ^
      89 | 		} );
      90 | 		it( 'should prevent deleting multiple selected blocks from inputs', async () => {
      91 | 			await clickBlockToolbarButton( 'Options' );

      at Object.<anonymous> (specs/editor/various/block-editor-keyboard-shortcuts.test.js:88:43)
          at runMicrotasks (<anonymous>)

@github-actions github-actions bot added the [Type] Flaky Test Auto-generated flaky test report issue label Feb 27, 2023
This was referenced 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