Skip to content

Commit

Permalink
Adjust test.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Feb 24, 2023
1 parent 500f698 commit 4697327
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/e2e-tests/specs/editor/various/rich-text.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ describe( 'RichText', () => {
await page.keyboard.press( 'Tab' );
// Select color other than black.
await page.keyboard.press( 'Tab' );
await page.keyboard.press( 'Tab' );
await page.keyboard.press( 'Enter' );

expect( await getEditedPostContent() ).toMatchSnapshot();
Expand Down

0 comments on commit 4697327

Please sign in to comment.