Skip to content

Commit

Permalink
Merge pull request #8998 from OleksandrOrlov/59939_s390x_addon_selection
Browse files Browse the repository at this point in the history
Add workaround to select first item in module list
  • Loading branch information
Rodion Iafarov committed Nov 26, 2019
2 parents 0dd27a5 + 789893c commit 7cfd110
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/installation/addon_products_sle.pm
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ sub handle_all_packages_medium {
# Also record the addons which require license agreement
my @addons_with_license = qw(ha we);
my @addons_license_tags = ();
# The workaround is added, because needle containing description is the only
# way to ensure the certain module is selected on s390x.
record_soft_failure('bsc#1157780 - Module description is not appeared when
"Basesystem Module" is selected for the first time');
send_key 'down';
send_key 'end';
for my $i (@addons) {
push @addons_license_tags, "addon-license-$i" if grep(/^$i$/, @addons_with_license);
send_key 'home';
Expand Down

0 comments on commit 7cfd110

Please sign in to comment.