Skip to content

Commit

Permalink
Remove: added a assert_screen to force a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarocarvajald committed Nov 20, 2024
1 parent 0715f85 commit 4f7373d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sles4sap/wizard_hana_install.pm
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ sub run {
assert_screen 'sap-wizard-profile-ready', 300;
send_key $cmd{next};

assert_screen 'sap-wizard-disk-selection';
while (1) {
assert_screen [qw(sap-wizard-disk-selection-warning sap-wizard-disk-selection sap-wizard-partition-issues sap-wizard-continue-installation sap-product-installation)], no_wait => 1;
last if match_has_tag 'sap-product-installation';
Expand Down

0 comments on commit 4f7373d

Please sign in to comment.