Skip to content

Commit

Permalink
Change Leap version check
Browse files Browse the repository at this point in the history
  • Loading branch information
lkocman committed Jul 31, 2024
1 parent 5b4ed52 commit d0f2e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/installation/agama.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sub run {

assert_screen('agama-inst-welcome-product-list');

if (is_leap('=16')) {
if (is_leap('>=16.0')) {
assert_and_click('agama-product-leap16');
assert_and_click('agama-product-select');
} else { # Default to TW
Expand Down

0 comments on commit d0f2e8b

Please sign in to comment.