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] can be unwrapped with content on Backspace #14

Open
github-actions bot opened this issue Oct 6, 2022 · 0 comments
Open

[Flaky Test] can be unwrapped with content on Backspace #14

github-actions bot opened this issue Oct 6, 2022 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented Oct 6, 2022

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>)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants