Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Mar 24, 2020
1 parent c001a87 commit 2ae1596
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ describe( 'Code block', () => {
const code = 'print "Hello Dolly!"';

await insertBlock( 'Code' );

await page.type( '.block-editor-block-list__block textarea', code );
await page.keyboard.type( code );

// Verify the content starts out as a Code block.
const originalPostContent = await getEditedPostContent();
Expand Down

0 comments on commit 2ae1596

Please sign in to comment.