Skip to content

Commit

Permalink
agama: jump to bottom for product selection btn
Browse files Browse the repository at this point in the history
  • Loading branch information
lkocman committed Nov 12, 2024
1 parent 4eb277d commit 108df8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/installation/agama.pm
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ sub run {

if (is_leap('>=16.0')) {
assert_and_click('agama-product-leap16');
assert_and_click('agama-product-select');
} else { # Default to TW
assert_and_click('agama-product-tumbleweed');
assert_and_click('agama-product-select');
}
send_key "ctrl-down"; # ensure we see the product select button
assert_and_click('agama-product-select');

# can take few minutes to get here
assert_screen('agama-overview-screen');
Expand Down

0 comments on commit 108df8b

Please sign in to comment.