qutebrowser/tests/integration/features/urlmarks.feature

8 lines
318 B
Gherkin
Raw Normal View History

2015-11-28 23:37:27 +01:00
Feature: quickmarks and bookmarks
Scenario: Saving a bookmark
When I open data/title.html
And I run :bookmark-add
Then the message "Bookmarked http://localhost:*/data/title.html!" should be shown
And the bookmark file should contain "http://localhost:*/data/title.html Test title"