mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-21 18:08:05 -06:00
test: trim UI and tooling test seams (#126937)
This commit is contained in:
committed by
GitHub
parent
8bc6ab08f8
commit
ab2bbd42df
@@ -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}')"
|
||||
|
||||
Reference in New Issue
Block a user