mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-02 23:53:08 +00:00
Tweak that workaround again (forgot the version check)
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
211cc221b3
commit
7dff1843db
@ -72,18 +72,21 @@ sub run {
|
|||||||
if (get_var("DESKTOP") eq 'gnome' && get_var("INSTALL_NO_USER")) {
|
if (get_var("DESKTOP") eq 'gnome' && get_var("INSTALL_NO_USER")) {
|
||||||
# FIXME 2018-09: #1625572 means g-i-s 'first login' mode runs
|
# FIXME 2018-09: #1625572 means g-i-s 'first login' mode runs
|
||||||
# after 'user creation' mode on F29 and Rawhide install tests,
|
# after 'user creation' mode on F29 and Rawhide install tests,
|
||||||
# even though it shouldn't. Go back to the commented-out lines
|
# even though it shouldn't. Drop this conditional and just do
|
||||||
# when this is fixed
|
# getting_started once 1625572 is fixed
|
||||||
gnome_initial_setup();
|
if ($version > 28 || $version eq "Rawhide") {
|
||||||
|
gnome_initial_setup();
|
||||||
# wait for the stupid 'help' screen to show and kill it
|
}
|
||||||
#if (check_screen "getting_started", 30) {
|
else {
|
||||||
# send_key "alt-f4";
|
# wait for the stupid 'help' screen to show and kill it
|
||||||
# wait_still_screen 5;
|
if (check_screen "getting_started", 30) {
|
||||||
#}
|
send_key "alt-f4";
|
||||||
#else {
|
wait_still_screen 5;
|
||||||
# record_soft_failure "'getting started' missing (probably BGO#790811)";
|
}
|
||||||
#}
|
else {
|
||||||
|
record_soft_failure "'getting started' missing (probably BGO#790811)";
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Move the mouse somewhere it won't highlight the match areas
|
# Move the mouse somewhere it won't highlight the match areas
|
||||||
|
Loading…
Reference in New Issue
Block a user