From 63128a870cbedb841cb19cdfbf2bf54e3dfbc25c Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Fri, 12 Jun 2026 11:55:58 +0800 Subject: [PATCH] Implement horizontal Quick Switch waterfall --- C3.tools/round1-main-ui-qa.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/C3.tools/round1-main-ui-qa.sh b/C3.tools/round1-main-ui-qa.sh index f12f98a..2652fab 100755 --- a/C3.tools/round1-main-ui-qa.sh +++ b/C3.tools/round1-main-ui-qa.sh @@ -108,6 +108,7 @@ run_step window-activation "$SCRIPT_DIR/round1-window-activation-fixture-qa.sh" run_step mouse-interaction "$SCRIPT_DIR/round1-mouse-interaction-fixture-qa.sh" run_step app-column-alignment "$SCRIPT_DIR/round1-app-column-alignment-fixture-qa.sh" +run_step horizontal-waterfall "$SCRIPT_DIR/round1-horizontal-waterfall-fixture-qa.sh" run_step no-quick-switch-residual swift "$SCRIPT_DIR/window-logic-qa.swift" --expect-no-quick-switch assert_no_current_aligner -- Gitblit v1.9.3