Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
taro-shono committed Oct 15, 2024
1 parent c26567c commit c27f281
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/lexical-playground/__tests__/e2e/Selection.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ test.describe.parallel('Selection', () => {
};

await deleteLine();
await page.keyboard.press('Backspace');
await assertHTML(
page,
html`
Expand All @@ -261,6 +262,7 @@ test.describe.parallel('Selection', () => {
</p>
`,
);
await page.keyboard.press('Backspace');
await deleteLine();
await assertHTML(
page,
Expand Down

0 comments on commit c27f281

Please sign in to comment.