mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-17 22:23:09 +00:00
cockpit: use down instead of up to find the Updates page
Seems like this might work better? Up is still failing a lot. Tested on lab and it looked good. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
f8e72763da
commit
077d3182d6
@ -51,7 +51,7 @@ sub select_cockpit_update {
|
||||
assert_screen ["cockpit_software_updates", "cockpit_search"], 120;
|
||||
click_lastmatch;
|
||||
if (match_has_tag "cockpit_search") {
|
||||
send_key_until_needlematch("cockpit_software_updates", "up", 3, 3);
|
||||
send_key_until_needlematch("cockpit_software_updates", "down", 10, 2);
|
||||
click_lastmatch;
|
||||
}
|
||||
# wait for the updates to download
|
||||
|
Loading…
Reference in New Issue
Block a user