From b7c1d7fe376db5bed231bf71ecb95deede531c86 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 11 Jun 2018 18:38:22 +0200 Subject: [PATCH] Fix broken tests --- tests/end2end/features/misc.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature index 31f38b1f9..f3b5ac47a 100644 --- a/tests/end2end/features/misc.feature +++ b/tests/end2end/features/misc.feature @@ -164,7 +164,7 @@ Feature: Various utility commands. @no_xvfb @posix @qtwebengine_skip Scenario: Inspector smoke test - And I run :inspector + When I run :inspector And I wait for "Focus object changed: " in the log And I run :inspector And I wait for "Focus object changed: *" in the log @@ -173,7 +173,7 @@ Feature: Various utility commands. # Different code path as an inspector got created now @no_xvfb @posix @qtwebengine_skip Scenario: Inspector smoke test 2 - And I run :inspector + When I run :inspector And I wait for "Focus object changed: " in the log And I run :inspector And I wait for "Focus object changed: *" in the log @@ -482,7 +482,7 @@ Feature: Various utility commands. And I run :command-accept Then the message "blah" should be shown - Scenario: Browsing through commands + Scenario: Browsing through commands When I run :set-cmd-text :message-info blarg And I run :command-accept And I wait for "blarg" in the log