f335c7db61c4cde4d3f8fd30813ab834c673997f
selectionchange is dispatched on a macrotask, so awaiting nextTick (microtasks) didn't wait for the editor to sync the native selection into the model — the assertion saw the initial selection. Poll with vi.waitFor instead. (Surfaced now that per-package CI runs editor's browser tests, which the root vitest projects list omitted.)
Description
Languages
TypeScript
66.3%
Vue
33.6%