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:
parent
fc89f3dfcc
commit
04e7b89978
@ -294,6 +294,7 @@ Feature: Scrolling
|
|||||||
@issue3572
|
@issue3572
|
||||||
Scenario: :scroll-page with --bottom-navigate and zoom
|
Scenario: :scroll-page with --bottom-navigate and zoom
|
||||||
When I run :zoom 200
|
When I run :zoom 200
|
||||||
|
And I wait 0.5s
|
||||||
And I run :scroll-to-perc 100
|
And I run :scroll-to-perc 100
|
||||||
And I wait until the scroll position changed
|
And I wait until the scroll position changed
|
||||||
And I run :scroll-page --bottom-navigate next 0 1
|
And I run :scroll-page --bottom-navigate next 0 1
|
||||||
|
Loading…
Reference in New Issue
Block a user