test: trim UI and tooling test seams (#126937)

This commit is contained in:
Peter Steinberger
2026-08-20 19:04:18 -07:00
committed by GitHub
parent 8bc6ab08f8
commit ab2bbd42df
6 changed files with 2 additions and 44 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ eval "$(xdotool getwindowgeometry --shell "$win")"
printf '%s %s %s %s\n' "$X" "$Y" "$WIDTH" "$HEIGHT"`;
}
export function renderHideTelegramWindow(): string {
function renderHideTelegramWindow(): string {
return `set -euo pipefail
export DISPLAY=:99
win="$(wmctrl -lx | awk 'tolower($0) ~ /telegramdesktop/ {print $1; exit}')"