This commit is contained in:
Florian Bruhin 2018-10-02 13:38:28 +02:00
parent fc446a9971
commit 1cedfc5470

View File

@ -13,6 +13,11 @@ Feature: Using :navigate
And I run :navigate up And I run :navigate up
Then data/navigate should be loaded Then data/navigate should be loaded
Scenario: Navigating up with a query
When I open data/navigate/sub?foo=bar
And I run :navigate up
Then data/navigate should be loaded
Scenario: Navigating up by count Scenario: Navigating up by count
When I open data/navigate/sub/index.html When I open data/navigate/sub/index.html
And I run :navigate up with count 2 And I run :navigate up with count 2