Fix test on QtWebKit

This commit is contained in:
Florian Bruhin 2023-08-18 01:00:30 +02:00
parent 300bf173b8
commit 856d483724
1 changed files with 1 additions and 1 deletions

View File

@ -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