forked from WordPress/gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.
Test title
should always expand single line selection
Test path
specs/editor/various/multi-block-selection.test.js
Errors
[2022-10-06T18:05:46.111Z] Test passed after 1 failed attempt on dependabot/github_actions/actions/stale-6.0.0.
[2022-10-10T16:49:41.574Z] Test passed after 1 failed attempt on dependabot/github_actions/actions/stale-6.0.1.
[2022-10-21T15:27:22.147Z] Test passed after 1 failed attempt on dependabot/github_actions/actions/download-artifact-3.0.1.
● Multi-block selection › should always expand single line selection
expect(received).toMatchSnapshot()
Snapshot name: `Multi-block selection should always expand single line selection 1`
- Snapshot - 0
+ Received + 4
+ <!-- wp:paragraph -->
+ <p></p>
+ <!-- /wp:paragraph -->
+
<!-- wp:paragraph -->
<p>2</p>
<!-- /wp:paragraph -->
178 | await page.keyboard.press( 'Backspace' );
179 |
> 180 | expect( await getEditedPostContent() ).toMatchSnapshot();
| ^
181 | } );
182 |
183 | it( 'should allow selecting outer edge if there is no sibling block', async () => {
at Object.<anonymous> (specs/editor/various/multi-block-selection.test.js:180:42)
at runMicrotasks (<anonymous>)