summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-08-18 01:00:30 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-08-18 01:00:30 +0200
commit856d4837245bb2961834766fff75bb694532fe5b (patch)
tree5b68a611ec489a866f07da37e4cb3dc0a6c283a4
parent300bf173b8d6e54caf3658bdbac31d2b0f18d058 (diff)
downloadqutebrowser-856d4837245bb2961834766fff75bb694532fe5b.tar.gz
qutebrowser-856d4837245bb2961834766fff75bb694532fe5b.zip
Fix test on QtWebKit
-rw-r--r--tests/end2end/features/hints.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature
index 7175e6684..80348c908 100644
--- a/tests/end2end/features/hints.feature
+++ b/tests/end2end/features/hints.feature
@@ -279,7 +279,7 @@ Feature: Using hints
Scenario: Opening a link inside a specific iframe
When I open data/hints/iframe_target.html
And I hint with args "links normal" and follow a
- Then "navigation request: url http://localhost:*/data/hello.txt (current ), type link_clicked, *" should be logged
+ Then "navigation request: url http://localhost:*/data/hello.txt (current *), type link_clicked, *" should be logged
Scenario: Opening a link with specific target frame in a new tab
When I open data/hints/iframe_target.html