qutebrowser/tests/integration/features/backforward.feature

16 lines
475 B
Gherkin
Raw Normal View History

2015-10-11 13:53:59 +02:00
Feature: Going back and forward.
Testing the :back/:forward commands.
Scenario: Going back/forward
Given I open data/backforward/1.txt
When I open data/backforward/2.txt
And I run :back
And I run :reload
And I run :forward
And I run :reload
Then the requests should be:
data/backforward/1.txt
data/backforward/2.txt
data/backforward/1.txt
data/backforward/2.txt