From 9e327e34ac15463c31ad1e0c0d11b74966f7b3b2 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 11 Aug 2020 11:44:38 +0200 Subject: [PATCH] Mark another scroll test as flaky --- 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 85223aee2..9c1ac28ee 100644 --- a/tests/end2end/features/scroll.feature +++ b/tests/end2end/features/scroll.feature @@ -219,6 +219,7 @@ Feature: Scrolling When I run :scroll-to-perc --horizontal Then the page should be scrolled horizontally + @flaky Scenario: :scroll-to-perc with count When I run :scroll-to-perc with count 50 Then the page should be scrolled vertically