From 04e7b8997823c804ece652ab0529754351139a55 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 24 Sep 2018 16:38:10 +0200 Subject: [PATCH] Add delay after zooming It looks like zooming happens asynchronously, so we need to make sure we scroll after zoomed in. See #4025 --- tests/end2end/features/scroll.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/end2end/features/scroll.feature b/tests/end2end/features/scroll.feature index 09c4cfa51..a77998e2d 100644 --- a/tests/end2end/features/scroll.feature +++ b/tests/end2end/features/scroll.feature @@ -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