bdd: Add tests for :home.
This commit is contained in:
parent
052e758f38
commit
8d5b6b2dad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user