From f819a189d40cea7d59573835426f580fa93ebfff Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 15 Aug 2023 16:32:08 +0200 Subject: Fix bookmark tests --- tests/end2end/features/urlmarks.feature | 6 +++--- 1 file 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 -- cgit v1.2.3-54-g00ecf