Bar panel test expectation follows localization
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp
This commit is contained in:
@@ -197,7 +197,7 @@ panels_home="$tmpdir/panels-home"
|
||||
mkdir -p "$panels_home"
|
||||
panels_output=$(run_omarchy_bindings "$panels_home")
|
||||
for panel in 1 2 3 4 5 6 7 8 9; do
|
||||
grep -Fqx "SUPER + CTRL + code:$((panel + 9))"$'\t'"Bar panel $panel" <<<"$panels_output" ||
|
||||
grep -Fqx "SUPER + CTRL + code:$((panel + 9))"$'\t'"顶栏面板 $panel" <<<"$panels_output" ||
|
||||
fail "bar panel hotkeys count the right section" "$panel"
|
||||
done
|
||||
number_claims=$(cut -f1 <<<"$panels_output" | grep -cE '^SUPER \+ CTRL \+ code:1[0-9]$' || true)
|
||||
|
||||
Reference in New Issue
Block a user