Skip to content

Commit

Permalink
Make sure the migration summary page has been download completely
Browse files Browse the repository at this point in the history
  • Loading branch information
tinawang123 committed Apr 23, 2020
1 parent 1d83deb commit 2b2cbf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/migration/sle12_online_migration/yast2_migration.pm
Expand Up @@ -204,8 +204,8 @@ sub run {
}
assert_screen 'yast2-migration-target';
send_key "alt-p"; # focus on the item of possible migration targets
send_key_until_needlematch 'migration-target-' . get_var("VERSION"), 'down', 5;
wait_still_screen 5;
assert_screen 'yast2-migration-target-list-selected', 20;
send_key_until_needlematch 'migration-target-' . get_var("VERSION"), 'down', 20, 3;
send_key "alt-n";
assert_screen ['yast2-migration-installupdate', 'yast2-migration-proposal'], 500;
if (match_has_tag 'yast2-migration-installupdate') {
Expand Down

0 comments on commit 2b2cbf1

Please sign in to comment.