Add test for opening a quickmark
This commit is contained in:
parent
3d258df23a
commit
e409eafe2a
@ -103,3 +103,8 @@ Feature: Opening pages
|
|||||||
history:
|
history:
|
||||||
- active: true
|
- active: true
|
||||||
url: http://localhost:*/data/numbers/7.txt
|
url: http://localhost:*/data/numbers/7.txt
|
||||||
|
|
||||||
|
Scenario: Opening a quickmark
|
||||||
|
When I run :quickmark-add http://localhost:(port)/data/numbers/8.txt quickmarktest
|
||||||
|
And I run :open quickmarktest
|
||||||
|
Then data/numbers/8.txt should be loaded
|
||||||
|
Loading…
Reference in New Issue
Block a user