Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
potatowagon committed May 23, 2024
1 parent ca2c4d2 commit a41d474
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/lexical-playground/__tests__/e2e/Mentions.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
*
*/

import {$selectAll} from 'lexical';

import {
deleteNextWord,
moveLeft,
moveToEditorBeginning,
selectAll,
} from '../keyboardShortcuts/index.mjs';
import {
assertHTML,
Expand Down Expand Up @@ -952,7 +951,7 @@ test.describe('Mentions', () => {

await waitForSelector(page, '.mention');

$selectAll();
await selectAll(page);

await pasteFromClipboard(page, {
'text/html':
Expand Down

0 comments on commit a41d474

Please sign in to comment.