mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
kmouth: also give the first run wizard longer to appear
It seems to consistently take a bit more than 30 seconds. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
5592e2ac93
commit
3a96ef8501
@ -12,7 +12,7 @@ sub run {
|
|||||||
menu_launch_type 'kmouth';
|
menu_launch_type 'kmouth';
|
||||||
sleep 2;
|
sleep 2;
|
||||||
# Deal with the welcome screens
|
# Deal with the welcome screens
|
||||||
assert_screen ["kde_next", "kde_finish"];
|
assert_screen ["kde_next", "kde_finish"], 90;
|
||||||
while (match_has_tag "kde_next") {
|
while (match_has_tag "kde_next") {
|
||||||
assert_and_click "kde_next";
|
assert_and_click "kde_next";
|
||||||
sleep 2;
|
sleep 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user