mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 05:01:25 +00:00
Try and type safer in desktop_printing
We're getting issues with KDE's crazy-slow alt-f2 behaviour here. So try and be even more conservative. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
e3430e82ef
commit
3067e0d223
@ -30,9 +30,9 @@ sub run {
|
||||
}
|
||||
|
||||
# Open the text editor and print the file.
|
||||
send_key "alt-f2";
|
||||
wait_screen_change { send_key "alt-f2"; };
|
||||
wait_still_screen(stilltime=>5, similarity_level=>45);
|
||||
type_safely "$editor /home/test/testfile.txt\n";
|
||||
type_very_safely "$editor /home/test/testfile.txt\n";
|
||||
wait_still_screen(stilltime=>5, similarity_level=>44);
|
||||
# Print the file using the Cups-PDF printer
|
||||
send_key "ctrl-p";
|
||||
|
Loading…
Reference in New Issue
Block a user