summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/end2end/features/urlmarks.feature6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/end2end/features/urlmarks.feature b/tests/end2end/features/urlmarks.feature
index 1c97ec322..ab8264b3c 100644
--- a/tests/end2end/features/urlmarks.feature
+++ b/tests/end2end/features/urlmarks.feature
@@ -93,15 +93,15 @@ Feature: quickmarks and bookmarks
And I run :bookmark-add
And I run :bookmark-del --all
Then the message "Bookmarks cleared." should be shown
- And the bookmark file should not contain "http://localhost:*/data/numbers/1.txt"
- And the bookmark file should not contain "http://localhost:*/data/numbers/2.txt"
+ And the bookmark file should not contain "http://localhost:*/data/numbers/1.txt "
+ And the bookmark file should not contain "http://localhost:*/data/numbers/2.txt "
Scenario: Deleting all bookmarks with url
When I open data/numbers/1.txt
And I run :bookmark-add
And I run :bookmark-del --all https://example.org
Then the error "Cannot specify url and --all" should be shown
- And the bookmark file should contain "http://localhost:*/data/numbers/1.txt"
+ And the bookmark file should contain "http://localhost:*/data/numbers/1.txt "
Scenario: Deleting the current page's bookmark if it doesn't exist
When I open data/hello.txt