From 65a701a180e369808d61a17a9056b3f804d7defa Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 2 Mar 2017 08:38:07 +0100 Subject: [PATCH] Stabilize existing text test --- tests/end2end/features/hints.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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