mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +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 {
|
||||
my $self = shift;
|
||||
|
||||
# wait to settle from snapshot
|
||||
wait_still_screen 3;
|
||||
# Go to next picture.
|
||||
send_key("right");
|
||||
assert_screen("loupe_image_next", timeout => 90);
|
||||
|
Loading…
Reference in New Issue
Block a user