From 20517e9a8f64255fdd9bb444fdaea7f7c2ffa0f6 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 11 Aug 2016 16:38:51 +0200 Subject: [PATCH] Adjust navigation request logging in hints.feature --- tests/end2end/features/hints.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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