diff --git a/tests/applications/loupe/browse.pm b/tests/applications/loupe/browse.pm index 3b94a7e7..7eec97fc 100644 --- a/tests/applications/loupe/browse.pm +++ b/tests/applications/loupe/browse.pm @@ -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);