mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
graphical_input: go back to typing 'keyboard'
On GNOME 44, typing 'input' is now giving us the Software page for PulseAudio Volume Control, for some reason. Let's try typing 'keyboard' again and hope that works again now... Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
8674e29a8e
commit
13d935eb85
@ -12,11 +12,11 @@ sub run {
|
||||
# doesn't do input method selection, and anaconda never has,
|
||||
# we have to set up the input method manually:
|
||||
# https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3749
|
||||
menu_launch_type "input";
|
||||
menu_launch_type "keyboard";
|
||||
unless (check_screen "desktop_add_input_source", 30) {
|
||||
# first attempt to run this often fails for some reason
|
||||
check_desktop;
|
||||
menu_launch_type "input";
|
||||
menu_launch_type "keyboard";
|
||||
}
|
||||
assert_and_click "desktop_add_input_source";
|
||||
assert_and_click "desktop_input_source_japanese";
|
||||
|
Loading…
Reference in New Issue
Block a user