mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Some safety around Discover maximize in desktop_update_graphical
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
788b7167b1
commit
14942f86e7
@ -22,7 +22,8 @@ sub run {
|
|||||||
# Updates entry
|
# Updates entry
|
||||||
assert_screen('discover_runs');
|
assert_screen('discover_runs');
|
||||||
wait_still_screen 2;
|
wait_still_screen 2;
|
||||||
send_key "super-pgup";
|
wait_screen_change { send_key "super-pgup"; };
|
||||||
|
wait_still_screen 2;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
# this launches GNOME Software on GNOME, dunno for any other
|
# this launches GNOME Software on GNOME, dunno for any other
|
||||||
|
Loading…
Reference in New Issue
Block a user