Skip to content

Commit

Permalink
[lexical-playground] CI: fix flaky headings e2e test (#6245)
Browse files Browse the repository at this point in the history
  • Loading branch information
potatowagon authored Jun 4, 2024
1 parent 573105c commit 3e82a0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test(`Headings - stays as a heading when you press enter in the middle of a head

await moveToEditorBeginning(page);

await moveRight(page, 5);
await moveRight(page, 5, 500);

await page.keyboard.press('Enter');

Expand Down

0 comments on commit 3e82a0b

Please sign in to comment.