Add test for opening a quickmark

This commit is contained in:
Claire Cavanaugh 2016-07-28 23:36:05 -07:00
parent 3d258df23a
commit e409eafe2a

View File

@ -103,3 +103,8 @@ Feature: Opening pages
history:
- active: true
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