From fc7affc473d1cd25899b5ba97f8ff4d8853ad8e5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 4 Dec 2023 11:18:12 -0800 Subject: [PATCH] limpress: use esc not alt-f4 to close template chooser See https://bugzilla.redhat.com/show_bug.cgi?id=2252806 for why, we're working around that. Signed-off-by: Adam Williamson --- tests/apps_startstop/kde/limpress.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/apps_startstop/kde/limpress.pm b/tests/apps_startstop/kde/limpress.pm index 5235a0a0..69e57837 100644 --- a/tests/apps_startstop/kde/limpress.pm +++ b/tests/apps_startstop/kde/limpress.pm @@ -12,7 +12,7 @@ sub run { # Check that it is started assert_screen 'limpress_runs', timeout => 60; # Close the template chooser, then the application - send_key 'alt-f4'; + send_key 'esc'; quit_with_shortcut(); }