Skip to content

Commit

Permalink
Add step to check whether installation is still in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
lkocman committed Sep 18, 2024
1 parent d263b09 commit 8db8fce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/installation/agama.pm
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ sub run {
diag("left total await_install timeout: $timeout");
last if $ret;
die "timeout ($timeout) hit during await_install" if $timeout <= 0;

# check if we are still installing to die early in case of any
# failure dialogs
assert_screen('agama-install-in-progress');
}
}

Expand Down

0 comments on commit 8db8fce

Please sign in to comment.