bdd: Add tests for :home.

This commit is contained in:
Florian Bruhin 2015-11-28 22:44:05 +01:00
parent 052e758f38
commit 8d5b6b2dad

View File

@ -227,3 +227,15 @@ Feature: Various utility commands.
Then the following tabs should be open:
- about:blank
- qute://help/index.html (active)
# :home
Scenario: :home with single page
When I set general -> startpage to http://localhost:(port)/data/hello2.txt
And I run :home
Then data/hello2.txt should be loaded
Scenario: :home with multiple pages
When I set general -> startpage to http://localhost:(port)/data/numbers/1.txt,http://localhost:(port)/data/numbers/2.txt
And I run :home
Then data/numbers/1.txt should be loaded