You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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>)
The text was updated successfully, but these errors were encountered:
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 ontry/something
.[2023-02-27T19:57:31.519Z]
Test passed after 2 failed attempts ontry/set-attrs-idle
.The text was updated successfully, but these errors were encountered: