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
can be unwrapped with content on Backspace
Test path
specs/editor/blocks/quote.test.js
Errors
[2022-10-06T17:54:07.182Z] Test passed after 1 failed attempt on dependabot/github_actions/actions/setup-java-3.
● Quote › can be unwrapped with content on Backspace
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `Quote can be unwrapped with content on Backspace 2`
- Snapshot - 7
+ Received + 5
- <!-- wp:paragraph -->
- <p>1</p>
- <!-- /wp:paragraph -->
+ <!-- wp:quote -->
+ <blockquote class="wp-block-quote"><!-- wp:paragraph -->
-
+ <p>1</p>
- <!-- wp:paragraph -->
- <p>2</p>
+ <!-- /wp:paragraph --><cite>2</cite></blockquote>
- <!-- /wp:paragraph -->
+ <!-- /wp:quote -->
187 | await page.keyboard.press( 'Backspace' );
188 |
> 189 | expect( await getEditedPostContent() ).toMatchInlineSnapshot( `
| ^
190 | "<!-- wp:paragraph -->
191 | <p>1</p>
192 | <!-- /wp:paragraph -->
at Object.<anonymous> (specs/editor/blocks/quote.test.js:189:42)
at runMicrotasks (<anonymous>)