Skip to content

Commit ac1ebba

Browse files
Mamadukayouknowriad
authored andcommitted
[E2E Tests]: Fix WP editor metabox test (#32915)
1 parent 2715688 commit ac1ebba

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

packages/e2e-tests/specs/editor/plugins/__snapshots__/wp-editor-meta-box.test.js.snap

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/e2e-tests/specs/editor/plugins/wp-editor-meta-box.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ describe( 'WP Editor Meta Boxes', () => {
3939
( textarea ) => textarea.value
4040
);
4141

42-
expect( content ).toMatchSnapshot();
42+
expect( content ).toMatchInlineSnapshot(
43+
`"<p>Typing in a metabox</p>"`
44+
);
4345
} );
4446
} );

0 commit comments

Comments
 (0)