Skip to content

Commit

Permalink
Merge pull request os-autoinst#20927 from lkocman/agama_wait
Browse files Browse the repository at this point in the history
Add wait_still_screen after clicking agama install btn
  • Loading branch information
lkocman authored Jan 10, 2025
2 parents bb9d1d1 + 463573c commit 012567c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/installation/agama.pm
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,11 @@ sub run {
mouse_set(600, 600);
mouse_click;
send_key "ctrl-down";
wait_still_screen 5;

assert_and_click('agama-install-button');
wait_still_screen 5;

# confirmation dialog if we keep default partitioning layout
assert_and_click('agama-confirm-installation');

Expand Down

0 comments on commit 012567c

Please sign in to comment.