mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-16 20:44:31 +00:00
Fix up the Ignore button clicking
The dialog moves a bit. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
2db1e57674
commit
2a157bbd4e
@ -40,7 +40,9 @@ sub run {
|
|||||||
# GNOME Software 44+ has a 3rd party source pop-up, get rid of it
|
# GNOME Software 44+ has a 3rd party source pop-up, get rid of it
|
||||||
# if it shows up (but don't fail if it doesn't, we're not testing that)
|
# if it shows up (but don't fail if it doesn't, we're not testing that)
|
||||||
if ($desktop eq 'gnome' && check_screen 'gnome_software_ignore', 10) {
|
if ($desktop eq 'gnome' && check_screen 'gnome_software_ignore', 10) {
|
||||||
click_lastmatch;
|
wait_still_screen 3;
|
||||||
|
# match again as the dialog may have moved a bit
|
||||||
|
assert_and_click 'gnome_software_ignore';
|
||||||
}
|
}
|
||||||
# go to the 'update' interface. We may be waiting some time at a
|
# go to the 'update' interface. We may be waiting some time at a
|
||||||
# 'Software catalog is being loaded' screen.
|
# 'Software catalog is being loaded' screen.
|
||||||
|
Loading…
Reference in New Issue
Block a user