Skip to content

Commit

Permalink
test indentation via keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Dec 17, 2024
1 parent aeea90f commit ee05919
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/lexical-playground/__tests__/e2e/List.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import {expect} from '@playwright/test';

import {
indent,
moveLeft,
moveRight,
moveToEditorBeginning,
Expand Down Expand Up @@ -1909,7 +1910,7 @@ test.describe.parallel('Nested List', () => {
await toggleBold(page);
await page.keyboard.type('MLH Fellowship');
await page.keyboard.press('Enter');
await clickIndentButton(page);
await indent(page, 1);
await page.keyboard.type('Fall 2024');
await assertHTML(
page,
Expand Down

0 comments on commit ee05919

Please sign in to comment.