Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Nov 24, 2021
1 parent c4f0c07 commit e5f4041
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/e2e-tests/specs/editor/various/preview.test.js
Expand Up @@ -269,7 +269,6 @@ describe( 'Preview with Custom Fields enabled', () => {
// Add an initial title and content.
await editorPage.type( '.editor-post-title__input', 'title 1' );
await editorPage.keyboard.press( 'Tab' );
await editorPage.keyboard.press( 'Enter' );
await editorPage.keyboard.type( 'content 1' );

// Publish the post and then close the publish panel.
Expand Down

0 comments on commit e5f4041

Please sign in to comment.