From 856d4837245bb2961834766fff75bb694532fe5b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 18 Aug 2023 01:00:30 +0200 Subject: Fix test on QtWebKit --- tests/end2end/features/hints.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf