mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Use shift-tab, not tab, to get to Try button in g-i-s live flow
The latest version of g-i-s grew a "Previous" button on the final page, and hitting tab once now activates that, not the Try button. shift-tab *should* get us to Try on both old and new versions. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
863ee33073
commit
e92ddbbece
@ -826,7 +826,7 @@ sub gnome_initial_setup {
|
|||||||
record_soft_failure "GOA screen not seen! Likely RHBZ #1997310";
|
record_soft_failure "GOA screen not seen! Likely RHBZ #1997310";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
send_key "tab" if ($args{live} && $args{livetry});
|
send_key "shift-tab" if ($args{live} && $args{livetry});
|
||||||
# on the 'live' flow, this will launch the installer
|
# on the 'live' flow, this will launch the installer
|
||||||
send_key "ret";
|
send_key "ret";
|
||||||
# we don't want to do anything further on the 'live' flow
|
# we don't want to do anything further on the 'live' flow
|
||||||
|
Loading…
Reference in New Issue
Block a user