diff --git a/tests/integration/features/misc.feature b/tests/integration/features/misc.feature index ed34fe71b..1ef23a0a5 100644 --- a/tests/integration/features/misc.feature +++ b/tests/integration/features/misc.feature @@ -114,7 +114,7 @@ Feature: Various utility commands. And 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 + And I wait for "Focus object changed: *" in the log Then no crash should happen # :fake-key @@ -138,7 +138,7 @@ Feature: Various utility commands. And I wait for "Focus object changed: " in the log And I run :fake-key x And I run :inspector - And I wait for "Focus object changed: " in the log + And I wait for "Focus object changed: *" in the log Then the error "No focused webview!" should be shown. Scenario: :fake-key sending special key to the website