Workaround overview type issue in input test too

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-07-08 17:24:51 -07:00
parent 4ed2f90f32
commit 50d9d8bafa

View File

@ -18,6 +18,12 @@ sub run {
if (get_var("LANGUAGE") eq 'japanese') {
# wait a bit for input switch to complete
sleep 3;
my $relnum = get_release_number;
if (get_var("DESKTOP") eq "gnome" && $relnum > 32) {
# FIXME: workaround https://pagure.io/background-logo-extension/issue/26
assert_and_click "overview_search_box";
}
# assume we can test input from whatever 'alt-f1' opened
type_safely "yama";
assert_screen "desktop_yama_hiragana";