We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.
can be unwrapped with content on Backspace
specs/editor/blocks/quote.test.js
[2022-10-06T17:54:07.182Z]
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>)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ondependabot/github_actions/actions/setup-java-3
.The text was updated successfully, but these errors were encountered: