mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-07-26 03:55:44 +00:00
cockpit updates: wait out a UI reload issue
See https://github.com/cockpit-project/cockpit/issues/22064 Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
81745ff5eb
commit
d2dbfb0f7f
@ -23,6 +23,11 @@ sub run {
|
||||
|
||||
# Install the rest of the updates, or any updates
|
||||
# that have not been previously installed.
|
||||
assert_screen 'cockpit_updates_all_install';
|
||||
# it seems like sometimes the refresh process clears briefly then
|
||||
# comes back, so we'll wait it out
|
||||
# https://github.com/cockpit-project/cockpit/issues/22064
|
||||
wait_still_screen 3;
|
||||
assert_and_click 'cockpit_updates_all_install';
|
||||
my $run = 0;
|
||||
while ($run < 40) {
|
||||
|
Loading…
Reference in New Issue
Block a user