summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-08-15 16:32:08 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-08-15 16:32:08 +0200
commitf819a189d40cea7d59573835426f580fa93ebfff (patch)
tree6a0186ab5c4dd505a10844395a98ceaaa671aeb8
parent37d3f30f8bc82b526d025e3e3907fe47576a897c (diff)
downloadqutebrowser-f819a189d40cea7d59573835426f580fa93ebfff.tar.gz
qutebrowser-f819a189d40cea7d59573835426f580fa93ebfff.zip
Fix bookmark tests
-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