From 3c2c7ecaaefaacac4dde9954afed962479463b1d Mon Sep 17 00:00:00 2001 From: Jan Verbeek Date: Wed, 29 Jun 2016 11:47:51 +0200 Subject: [PATCH] Test for scroll with count and argument --- tests/end2end/features/scroll.feature | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/end2end/features/scroll.feature b/tests/end2end/features/scroll.feature index 676cd0890..50c22971a 100644 --- a/tests/end2end/features/scroll.feature +++ b/tests/end2end/features/scroll.feature @@ -190,6 +190,10 @@ Feature: Scrolling And I run :scroll-perc 20 Then no crash should happen + Scenario: :scroll-perc with count and argument + When I run :scroll-perc 0 with count 50 + Then the page should be scrolled vertically + ## :scroll-page Scenario: Scrolling down with :scroll-page