这是indexloc提供的服务,不要输入任何密码
Skip to content

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

@github-actions

Description

@github-actions

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions