mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 17:34:23 +00:00
tidy a recent change to characters test
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
d3e3dc1a31
commit
abf80ad384
@ -24,7 +24,7 @@ sub run {
|
|||||||
menu_launch_type("text editor");
|
menu_launch_type("text editor");
|
||||||
# For some reason, text editor often starts *behind* characters,
|
# For some reason, text editor often starts *behind* characters,
|
||||||
# so we may need to hit alt-tab to find it
|
# 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");
|
send_key("alt-tab");
|
||||||
assert_screen("apps_run_texteditor");
|
assert_screen("apps_run_texteditor");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user