From d8079515fa2cc88b00e0ce1723e37d07b0388ebb Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 24 Oct 2025 12:26:00 +0200 Subject: [PATCH] tests: Stabilize flaky scrolling test See #5390 --- tests/end2end/data/scroll/position_absolute.html | 1 + tests/end2end/features/scroll.feature | 1 + 2 files changed, 2 insertions(+) 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