From 785d277fbd263899b996727249e9d6bda1c1e36f Mon Sep 17 00:00:00 2001 From: Anton Kress Date: Mon, 1 Jun 2026 16:30:39 +0200 Subject: [PATCH] feat(stream): auto-advance to stream step when test passes Clicking 'Yes, it sounds good!' now goes straight to the Stream step. Removes the redundant 'Continue to Stream' banner button. --- frontend/src/admin/pages/flow/FlowLive.vue | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/frontend/src/admin/pages/flow/FlowLive.vue b/frontend/src/admin/pages/flow/FlowLive.vue index 61fae10..316ddac 100644 --- a/frontend/src/admin/pages/flow/FlowLive.vue +++ b/frontend/src/admin/pages/flow/FlowLive.vue @@ -219,6 +219,7 @@ function retryTest() { function markTestPassed() { flow.setLiveTestPassed(true); + goToStream(); } function goToStream() { @@ -362,12 +363,6 @@ onUnmounted(() => { - -
- ✓ Stream test passed - -
-