Skip to content

Commit

Permalink
fix test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Jan 10, 2025
1 parent 4d07c86 commit 1343a2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/lexical-playground/__tests__/e2e/List.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1895,10 +1895,10 @@ test.describe.parallel('Nested List', () => {
);
await page.pause();
await assertSelection(page, {
anchorOffset: 1,
anchorPath: [1, 0],
focusOffset: 1,
focusPath: [1, 0],
anchorOffset: 0,
anchorPath: [2],
focusOffset: 0,
focusPath: [2],
});
},
);
Expand Down

0 comments on commit 1343a2d

Please sign in to comment.