mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Workaround overview type issue in input test too
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4ed2f90f32
commit
50d9d8bafa
@ -18,6 +18,12 @@ sub run {
|
|||||||
if (get_var("LANGUAGE") eq 'japanese') {
|
if (get_var("LANGUAGE") eq 'japanese') {
|
||||||
# wait a bit for input switch to complete
|
# wait a bit for input switch to complete
|
||||||
sleep 3;
|
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
|
# assume we can test input from whatever 'alt-f1' opened
|
||||||
type_safely "yama";
|
type_safely "yama";
|
||||||
assert_screen "desktop_yama_hiragana";
|
assert_screen "desktop_yama_hiragana";
|
||||||
|
Loading…
Reference in New Issue
Block a user