Skip to content

Commit

Permalink
Update end-to-end.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasweishaupt committed Oct 24, 2024
1 parent 3d7cbc2 commit e5893ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ jobs:
for attempt in $(seq 1 $max_attempts); do
echo "Attempt $attempt of $max_attempts to start Authoring Tool"
# Check if the application is running
window_id=$(DISPLAY=:99 xdotool search --name "Autorentool v2.1.7" | head -n 1)
window_id=$(DISPLAY=:99 xdotool search --name "^Autorentool" | head -n 1)
if [ -n "$window_id" ]; then
echo "Authoring Tool started successfully and loaded correctly on attempt $attempt"
break
Expand Down

0 comments on commit e5893ee

Please sign in to comment.