diff --git a/demos/playground/src/__tests__/e2e/List.spec.mjs b/demos/playground/src/__tests__/e2e/List.spec.mjs index 49f58df..77ced46 100644 --- a/demos/playground/src/__tests__/e2e/List.spec.mjs +++ b/demos/playground/src/__tests__/e2e/List.spec.mjs @@ -1627,10 +1627,10 @@ test.describe('Nested List', () => { ); await page.pause(); await assertSelection(page, { - anchorOffset: 0, - anchorPath: [2], - focusOffset: 0, - focusPath: [2], + anchorOffset: 1, + anchorPath: [1, 0], + focusOffset: 1, + focusPath: [1, 0], }); }); });