Skip to content

Commit

Permalink
[E2E Tests]: Fix WP editor metabox test (WordPress#32915)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Jun 23, 2021
1 parent af88478 commit 3689e6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ describe( 'WP Editor Meta Boxes', () => {
( textarea ) => textarea.value
);

expect( content ).toMatchSnapshot();
expect( content ).toMatchInlineSnapshot(
`"<p>Typing in a metabox</p>"`
);
} );
} );

0 comments on commit 3689e6f

Please sign in to comment.