Skip to content

Commit

Permalink
Merge pull request #3832 from SergioAtSUSE/hidden_beta_modules
Browse files Browse the repository at this point in the history
Uncheck option hide beta version
  • Loading branch information
okurz committed Oct 28, 2017
2 parents cda58c8 + 8ecb7fe commit be5aa8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/registration.pm
Expand Up @@ -135,6 +135,10 @@ sub fill_in_registration_data {
check_screen($modules_needle, 5);
}
else {
if (check_var('BETA', '1')) {
assert_screen('hide-beta-version-selected');
send_key('alt-i');
}
assert_screen($modules_needle);
}
if (match_has_tag 'bsc#1056413') {
Expand Down

0 comments on commit be5aa8d

Please sign in to comment.