Add delay after zooming

It looks like zooming happens asynchronously, so we need to make sure we scroll
after zoomed in.

See #4025
This commit is contained in:
Florian Bruhin 2018-09-24 16:38:10 +02:00
parent fc89f3dfcc
commit 04e7b89978

View File

@ -294,6 +294,7 @@ Feature: Scrolling
@issue3572
Scenario: :scroll-page with --bottom-navigate and zoom
When I run :zoom 200
And I wait 0.5s
And I run :scroll-to-perc 100
And I wait until the scroll position changed
And I run :scroll-page --bottom-navigate next 0 1