Stabilize existing text test

This commit is contained in:
Florian Bruhin 2017-03-02 08:38:07 +01:00
parent d6f47bd3fb
commit 65a701a180

View File

@ -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