1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-10-01 18:17:21 +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:
Adam Williamson 2024-06-18 00:43:33 -07:00
parent 3afc8fbed7
commit 356ee975c0

View File

@ -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);