Skip failing tests on Qt < 5.8

This commit is contained in:
Florian Bruhin 2017-03-01 20:24:34 +01:00
parent f4490fb90c
commit 88904864c9

View File

@ -188,6 +188,8 @@ Feature: Using hints
And I run :hint And I run :hint
Then the error "No elements found." should be shown 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 Scenario: Clicking input with existing text
When I set general -> log-javascript-console to info When I set general -> log-javascript-console to info
And I open data/hints/input.html And I open data/hints/input.html