diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature index 97129589f..5fac84402 100644 --- a/tests/end2end/features/hints.feature +++ b/tests/end2end/features/hints.feature @@ -188,12 +188,11 @@ Feature: Using hints And I run :hint Then the error "No elements found." should be shown - # Fails in xvfb on Qt 5.7.1 for some reason - @qt>=5.8 Scenario: Clicking input with existing text When I set general -> log-javascript-console to info And I open data/hints/input.html And I run :click-element id qute-input-existing + And I wait for "Entering mode KeyMode.insert *" in the log And I run :fake-key new Then the javascript message "contents: existingnew" should be logged