diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature index a03a9aef0..ba5012ecf 100644 --- a/tests/end2end/features/hints.feature +++ b/tests/end2end/features/hints.feature @@ -134,7 +134,7 @@ Feature: Using hints When I open data/hints/iframe.html And I run :hint links normal And I run :follow-hint a - Then "acceptNavigationRequest, url http://localhost:*/data/hello.txt, type NavigationTypeLinkClicked, *" should be logged + Then "navigation request: url http://localhost:*/data/hello.txt, type NavigationTypeLinkClicked, *" should be logged ### FIXME currenly skipped, see https://github.com/The-Compiler/qutebrowser/issues/1525 @xfail_norun @@ -145,7 +145,7 @@ Feature: Using hints And I run :scroll bottom And I run :hint links normal And I run :follow-hint a - Then "acceptNavigationRequest, url http://localhost:*/data/hello2.txt, type NavigationTypeLinkClicked, *" should be logged + Then "navigation request: url http://localhost:*/data/hello2.txt, type NavigationTypeLinkClicked, *" should be logged Scenario: Opening a link inside a specific iframe When I open data/hints/iframe_target.html