mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
notifications: also handle the welcome tour on live flow
Seems with the g-i-s / anaconda webUI changes we also get the welcome tour here now. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
9528d37582
commit
d0ac2a5ba8
@ -93,7 +93,9 @@ sub run {
|
|||||||
}
|
}
|
||||||
elsif ($desktop eq 'gnome' && $relnum > 39) {
|
elsif ($desktop eq 'gnome' && $relnum > 39) {
|
||||||
# since g-i-s 45~beta-3 we get a short g-i-s flow on live boot
|
# since g-i-s 45~beta-3 we get a short g-i-s flow on live boot
|
||||||
|
# then the welcome tour
|
||||||
gnome_initial_setup(live => 1, livetry => 1);
|
gnome_initial_setup(live => 1, livetry => 1);
|
||||||
|
handle_welcome_screen;
|
||||||
}
|
}
|
||||||
check_desktop(timeout => 90);
|
check_desktop(timeout => 90);
|
||||||
# now, WE WAIT. this is just an unconditional wait - rather than
|
# now, WE WAIT. this is just an unconditional wait - rather than
|
||||||
|
Loading…
Reference in New Issue
Block a user