From abf80ad384e36a97c5eb55383b12ee6f1b36db96 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 6 Apr 2023 12:58:48 -0700 Subject: [PATCH] tidy a recent change to characters test Signed-off-by: Adam Williamson --- tests/applications/characters/copy_paste.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/applications/characters/copy_paste.pm b/tests/applications/characters/copy_paste.pm index 17279201..8e80ede2 100644 --- a/tests/applications/characters/copy_paste.pm +++ b/tests/applications/characters/copy_paste.pm @@ -24,7 +24,7 @@ sub run { menu_launch_type("text editor"); # For some reason, text editor often starts *behind* characters, # so we may need to hit alt-tab to find it - unless(check_screen("apps_run_texteditor", 15)) { + unless (check_screen("apps_run_texteditor", 15)) { send_key("alt-tab"); assert_screen("apps_run_texteditor"); }