fix(e2e): mock /api/setup/status to prevent redirect to /setup #202

Merged
groombook-engineer[bot] merged 4 commits from fix/gro-374-e2e-setup-status-mock into main 2026-04-01 23:38:27 +00:00
Showing only changes of commit 88170091b7 - Show all commits
+1 -1
View File
@@ -204,7 +204,7 @@ export function SetupWizard() {
)}
<button
onClick={handleNext}
disabled={!canGoNext || loading}
disabled={(!canGoNext && !isLast) || loading}
style={{
padding: "0.55rem 1.25rem",
borderRadius: 8,