From 0754f2706a79128e87b65867e1d33096d53687fa Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Fri, 12 Jun 2026 17:19:21 +0800
Subject: [PATCH] Use fixed height horizontal waterfall cards

---
 C3.tools/round1-app-column-alignment-fixture-qa.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C3.tools/round1-app-column-alignment-fixture-qa.sh b/C3.tools/round1-app-column-alignment-fixture-qa.sh
index d2432dc..9dd6692 100755
--- a/C3.tools/round1-app-column-alignment-fixture-qa.sh
+++ b/C3.tools/round1-app-column-alignment-fixture-qa.sh
@@ -196,7 +196,7 @@
     require(root.get("lastKeyboardCommand") == expected_key_sequence[-1], "last keyboard command must match the alignment target")
     require(root.get("selectedAppGroupIndex") == target_app_index, "keyboard focus must select the target appGroupIndex")
     require(item.get("isSelected") is True, "target App Shelf item must expose selected state")
-    require("selected" in item.get("visualStates", []), "target App Shelf item must expose selected visual state")
+    require("selectedVisualSuppressed" in item.get("visualStates", []), "non-hovered keyboard-selected App Shelf item must suppress selected visual state")
     cards = column.get("cards", [])
     require(cards, "target Waterfall column must include cards")
     require(root.get("selectedWindowID") == cards[0].get("windowID"), "right-arrow focus into target column must select its first window")

--
Gitblit v1.9.3