1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-21 06:27:22 +00:00

kde_doublek_workaround: Allow some time for the menu to close

This commit is contained in:
Alessandro Astone 2024-09-15 18:59:57 +02:00
parent 358695e417
commit 39e26ed029

View File

@ -1774,6 +1774,7 @@ sub kde_doublek_workaround {
send_key $args{key};
wait_still_screen 5;
send_key 'esc';
wait_still_screen 3;
}
1;