mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
Use doublek workaround on desktop_terminal too
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
943c4193d3
commit
b9125b9702
@ -7,6 +7,8 @@ sub run {
|
||||
my $self = shift;
|
||||
my $relnum = get_release_number;
|
||||
check_desktop;
|
||||
# try and avoid double-typing issues
|
||||
kde_doublek_workaround;
|
||||
menu_launch_type('terminal');
|
||||
assert_screen "apps_run_terminal";
|
||||
wait_still_screen(stilltime => 5, similarity_level => 42);
|
||||
|
Loading…
Reference in New Issue
Block a user