mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
Try and robustify menu_launch_type a bit
The mistypes on KDE are bugging me. Let's see if this - mainly the wait_screen_change, the other just seems like a logical tweak - helps at all. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
bde855b343
commit
5701d1a5a5
@ -1356,12 +1356,12 @@ sub menu_launch_type {
|
||||
diag("Moving the mouse away from the launcher.");
|
||||
mouse_set(1, 1);
|
||||
}
|
||||
send_key 'super';
|
||||
wait_screen_change { send_key 'super'; };
|
||||
# srsly KDE y u so slo
|
||||
wait_still_screen 3;
|
||||
type_very_safely $app;
|
||||
# Wait for KDE to place focus correctly.
|
||||
sleep 2;
|
||||
wait_still_screen 2;
|
||||
send_key 'ret';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user