diff --git a/tests/end2end/data/scroll/position_absolute.html b/tests/end2end/data/scroll/position_absolute.html index eee0d8a67..29fa1917a 100644 --- a/tests/end2end/data/scroll/position_absolute.html +++ b/tests/end2end/data/scroll/position_absolute.html @@ -3,6 +3,7 @@ Scrolling + Just a link diff --git a/tests/end2end/features/scroll.feature b/tests/end2end/features/scroll.feature index 89fb1231e..175515828 100644 --- a/tests/end2end/features/scroll.feature +++ b/tests/end2end/features/scroll.feature @@ -327,6 +327,7 @@ Feature: Scrolling Scenario: Relative scroll position with a position:absolute page When I open data/scroll/position_absolute.html + And I wait for "* position_absolute loaded" in the log 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