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.
should apply active formatting for inline paste
specs/editor/various/rich-text.test.js
[2023-02-27T18:35:02.585Z]
try/something
● RichText › should apply active formatting for inline paste expect(received).toMatchSnapshot() Snapshot name: `RichText should apply active formatting for inline paste 1` - Snapshot - 1 + Received + 1 <!-- wp:paragraph --> - <p><strong>132</strong>3</p> + <p><strong>123</strong>3</p> <!-- /wp:paragraph --> 391 | await pressKeyWithModifier( 'primary', 'v' ); 392 | > 393 | expect( await getEditedPostContent() ).toMatchSnapshot(); | ^ 394 | } ); 395 | 396 | it( 'should preserve internal formatting', async () => { at Object.<anonymous> (specs/editor/various/rich-text.test.js:393:42) at runMicrotasks (<anonymous>) ● RichText › should apply active formatting for inline paste expect(received).toMatchSnapshot() Snapshot name: `RichText should apply active formatting for inline paste 1` - Snapshot - 1 + Received + 1 <!-- wp:paragraph --> - <p><strong>132</strong>3</p> + <p><strong>123</strong>3</p> <!-- /wp:paragraph --> 391 | await pressKeyWithModifier( 'primary', 'v' ); 392 | > 393 | expect( await getEditedPostContent() ).toMatchSnapshot(); | ^ 394 | } ); 395 | 396 | it( 'should preserve internal formatting', async () => { at Object.<anonymous> (specs/editor/various/rich-text.test.js:393: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
should apply active formatting for inline paste
Test path
specs/editor/various/rich-text.test.js
Errors
[2023-02-27T18:35:02.585Z]
Test passed after 2 failed attempts ontry/something
.The text was updated successfully, but these errors were encountered: