mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 07:13:09 +00:00
Print nexts.
This commit is contained in:
parent
0955728c92
commit
a98aa39016
@ -869,10 +869,11 @@ sub gnome_initial_setup {
|
||||
# 'timezone' and 'software' are suppressed for the 'existing user'
|
||||
# form of g-i-s (upstream, not in vendor.conf)
|
||||
@nexts = grep { $_ ne 'software' } @nexts;
|
||||
#@nexts = grep { $_ ne 'timezone' } @nexts;
|
||||
@nexts = grep { $_ ne 'timezone' } @nexts;
|
||||
}
|
||||
|
||||
foreach my $next (@nexts) {
|
||||
diag("THIS NEXT: $next\n");
|
||||
# give animations a bit to settle down
|
||||
wait_still_screen 3;
|
||||
# click 'Next' $nexts times, moving the mouse to avoid
|
||||
|
Loading…
Reference in New Issue
Block a user