From ad9e82b91ec0636778ff2b29df102ebafc39be7c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 16 Apr 2017 21:13:01 +0200 Subject: [PATCH] Adjust bookmark tests --- tests/end2end/features/urlmarks.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/end2end/features/urlmarks.feature b/tests/end2end/features/urlmarks.feature index f233215b8..b41359885 100644 --- a/tests/end2end/features/urlmarks.feature +++ b/tests/end2end/features/urlmarks.feature @@ -7,12 +7,12 @@ 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 + 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" Scenario: Saving a bookmark with a provided url and title When I run :bookmark-add http://example.com "some example title" - Then the message "Bookmarked http://example.com!" should be shown + Then the message "Bookmarked http://example.com" should be shown And the bookmark file should contain "http://example.com some example title" Scenario: Saving a bookmark with a url but no title