Skip to content

Commit

Permalink
Try force focusing on the paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Feb 19, 2023
1 parent 05188c0 commit d96dbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/specs/performance/site-editor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe( 'Site Editor Performance', () => {
throw err;
}
await enterEditMode();
await canvas().click(
await canvas().focus(
'[data-type="core/post-content"] [data-type="core/paragraph"]',
{ timeout: 240000 }
);
Expand Down

0 comments on commit d96dbd0

Please sign in to comment.