1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-22 14:03:09 +00:00

Apply overview workaround to yet one more test

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-07-09 14:29:49 -07:00
parent 4a6cd8bcd5
commit 3f6ac527bb

View File

@ -11,6 +11,7 @@ sub run {
# open the application # open the application
send_key 'alt-f1'; send_key 'alt-f1';
wait_still_screen 2; wait_still_screen 2;
workaround_ble26;
type_very_safely 'terminal'; type_very_safely 'terminal';
send_key 'ret'; send_key 'ret';
wait_still_screen 5; wait_still_screen 5;