bdd: Add some comments to scroll.feature.
This commit is contained in:
parent
4c75422c05
commit
1af30772b1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user