1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-23 07:17:23 +00:00

tidy a recent change to characters test

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-04-06 12:58:48 -07:00
parent d3e3dc1a31
commit abf80ad384

View File

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