Skip to content

Commit

Permalink
fix E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux committed Jun 1, 2023
1 parent 09595b5 commit 7112bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/specs/editor/blocks/post-title.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe( 'Post Title block', () => {

it( 'Can edit the post title', async () => {
// Create a block with some text that will trigger a list creation.
await insertBlock( 'Post Title' );
await insertBlock( 'Title' );
const editablePostTitleSelector =
'.wp-block-post-title[contenteditable="true"]';
await page.waitForSelector( editablePostTitleSelector );
Expand Down

0 comments on commit 7112bee

Please sign in to comment.