mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-07-13 17:11:34 +00:00
loupe: add a wait at start of browse test
We often get a failure where it's stuck at a spinner here, let's see if waiting to settle the snapshot resume helps. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
69dad7a975
commit
475ee6b89c
@ -8,6 +8,8 @@ use utils;
|
|||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
|
# wait to settle from snapshot
|
||||||
|
wait_still_screen 3;
|
||||||
# Go to next picture.
|
# Go to next picture.
|
||||||
send_key("right");
|
send_key("right");
|
||||||
assert_screen("loupe_image_next", timeout => 90);
|
assert_screen("loupe_image_next", timeout => 90);
|
||||||
|
Loading…
Reference in New Issue
Block a user