bdd: Add some comments to scroll.feature.

This commit is contained in:
Florian Bruhin 2015-11-15 12:24:09 +01:00
parent 4c75422c05
commit 1af30772b1

View File

@ -5,6 +5,8 @@ Feature: Scrolling
Given I open data/scroll.html
And I run :tab-only
## :scroll-px
Scenario: Scrolling pixel-wise vertically
When I run :scroll-px 0 10
Then the page should be scrolled vertically.
@ -13,6 +15,8 @@ Feature: Scrolling
When I run :scroll-px 10 0
Then the page should be scrolled horizontally.
## :scroll
Scenario: Scrolling down
When I run :scroll down
Then the page should be scrolled vertically.