mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-15 19:23:10 +00:00
add a short wait_still_screen to _graphical_wait_login
looks like we had a good ol' 'sliding-in-from-the-side' fail in https://openqa.fedoraproject.org/tests/32163 .
This commit is contained in:
parent
e56ab793de
commit
21a5f23206
@ -31,6 +31,8 @@ sub run {
|
|||||||
# is set in which case it will have been done already
|
# is set in which case it will have been done already
|
||||||
if (get_var("DESKTOP") eq 'gnome' && !get_var("START_AFTER_TEST")) {
|
if (get_var("DESKTOP") eq 'gnome' && !get_var("START_AFTER_TEST")) {
|
||||||
assert_screen "next_button", 60;
|
assert_screen "next_button", 60;
|
||||||
|
# wait a sec in case of animation
|
||||||
|
wait_still_screen 1;
|
||||||
for my $n (1..3) {
|
for my $n (1..3) {
|
||||||
# click 'Next' three times, moving the mouse to avoid
|
# click 'Next' three times, moving the mouse to avoid
|
||||||
# highlight problems, sleeping to give it time to get
|
# highlight problems, sleeping to give it time to get
|
||||||
|
Loading…
Reference in New Issue
Block a user