Skip to content

Commit

Permalink
remove redundant(?) toBeFocused check
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Mar 31, 2024
1 parent 6f73af5 commit 20d1bfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lexical-playground/__tests__/utils/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ export async function sleepInsertImage(count = 1) {
export async function focusEditor(page, parentSelector = '.editor-shell') {
const locator = getEditorElement(page, parentSelector);
await locator.focus();
await expect(locator).toBeFocused();
}

export async function getHTML(page, selector = 'div[contenteditable="true"]') {
Expand Down

0 comments on commit 20d1bfd

Please sign in to comment.