summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-10-11 16:35:50 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-10-11 16:35:50 +0200
commit14bfd5592e57264c01cf6a22e5fcc5635f6b5a8b (patch)
treef2215c8d223e3c8a8f725b066b0a0b4ac04ceec2
parent1ba837909e1155fa287d89c53939900f95cff87a (diff)
downloadqutebrowser-14bfd5592e57264c01cf6a22e5fcc5635f6b5a8b.tar.gz
qutebrowser-14bfd5592e57264c01cf6a22e5fcc5635f6b5a8b.zip
tests: Use unique URL for bookmark test
Speculative fix for #5787
-rw-r--r--tests/end2end/features/urlmarks.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/features/urlmarks.feature b/tests/end2end/features/urlmarks.feature
index ec38116c3..e55b5839d 100644
--- a/tests/end2end/features/urlmarks.feature
+++ b/tests/end2end/features/urlmarks.feature
@@ -231,7 +231,7 @@ Feature: quickmarks and bookmarks
And the page should contain the plaintext "twentyone"
Scenario: Listing bookmarks
- When I open data/title.html in a new tab
+ When I open data/title.html#unique-url in a new tab
And I run :bookmark-add
And I open qute://bookmarks
Then the page should contain the plaintext "Test title"