From 6983a4ed2137bf1a8377e5d1cf82183e02e617f8 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Sat, 13 Jun 2026 14:08:17 +0800 Subject: [PATCH] Fix multi-page targeting and split view tile QA --- C3.tools/round1-main-ui-qa.sh | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/C3.tools/round1-main-ui-qa.sh b/C3.tools/round1-main-ui-qa.sh index aadf711..aa5c4d2 100755 --- a/C3.tools/round1-main-ui-qa.sh +++ b/C3.tools/round1-main-ui-qa.sh @@ -110,6 +110,7 @@ run_step screenshot-session "$SCRIPT_DIR/round1-screenshot-session-qa.sh" run_step keyboard-navigation "$SCRIPT_DIR/round1-keyboard-navigation-fixture-qa.sh" run_step window-activation "$SCRIPT_DIR/round1-window-activation-fixture-qa.sh" +run_step multi-page-identity "$SCRIPT_DIR/round1-multi-page-identity-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" @@ -124,5 +125,6 @@ Log directory: $LOG_DIR Covered: trigger, overlay uniqueness, keyboard navigation, candidate filtering, screenshots/fallbacks, minimized-window restore/activation, mouse activation, -App column alignment, Split View Space Lane rendering, and final no-residual check. +multi-page precise activation/close targeting, App column alignment, +Split View Space Lane rendering, and final no-residual check. EOF -- Gitblit v1.9.3