feat(ui): error & state UX (F4) #29

Merged
developer merged 3 commits from feature/ui-finalize-f4-error-ux into development 2026-05-22 11:53:16 +00:00
Showing only changes of commit b07b8fb1c8 - Show all commits
+3 -1
View File
@@ -457,8 +457,10 @@ test("cargo-routes flow: pick a destination, arrow appears, reload restores", as
lines: prims.filter((p) => p.kind === "line").length, lines: prims.filter((p) => p.kind === "line").length,
}; };
}); });
// `total` also counts the selected source planet's selection ring
// (F4 — one circle), so it is one more than the planet + line prims.
await expect.poll(debugLineCount, { timeout: 15000 }).toEqual({ await expect.poll(debugLineCount, { timeout: 15000 }).toEqual({
total: 7, total: 8,
lines: 3, lines: 3,
}); });