mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
d'oh, only do doublek workaround on KDE (desktop_terminal)
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
3afc8fbed7
commit
356ee975c0
@ -8,7 +8,7 @@ sub run {
|
||||
my $relnum = get_release_number;
|
||||
check_desktop;
|
||||
# try and avoid double-typing issues
|
||||
kde_doublek_workaround;
|
||||
kde_doublek_workaround if (get_var("DESKTOP") eq "kde");
|
||||
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