Skip geolocation tests on Qt 5.8
https://bugreports.qt.io/browse/QTBUG-58985
This commit is contained in:
parent
a86170f45d
commit
006378923e
@ -213,14 +213,14 @@ Feature: Prompts
|
||||
And I run :click-element id button
|
||||
Then the javascript message "geolocation permission denied" should be logged
|
||||
|
||||
@ci @not_osx
|
||||
@ci @not_osx @qt!=5.8
|
||||
Scenario: Always accepting geolocation
|
||||
When I set content -> geolocation to true
|
||||
And I open data/prompt/geolocation.html in a new tab
|
||||
And I run :click-element id button
|
||||
Then the javascript message "geolocation permission denied" should not be logged
|
||||
|
||||
@ci @not_osx
|
||||
@ci @not_osx @qt!=5.8
|
||||
Scenario: geolocation with ask -> true
|
||||
When I set content -> geolocation to ask
|
||||
And I open data/prompt/geolocation.html in a new tab
|
||||
|
Loading…
Reference in New Issue
Block a user