Skip some inspector tests on windows.

Those cause trouble because it can't clean up the local storage directory...
This commit is contained in:
Florian Bruhin 2015-11-24 17:48:09 +01:00
parent 3905884a84
commit 7b1e2ab471

View File

@ -108,7 +108,7 @@ Feature: Various utility commands.
And I run :inspector
Then the error "Please enable developer-extras before using the webinspector!" should be shown.
@not_xvfb
@not_xvfb @posix
Scenario: Inspector smoke test
When I set general -> developer-extras to true
And I run :inspector
@ -130,7 +130,7 @@ Feature: Various utility commands.
Then the javascript message "key press: 88" should be logged
And the javascript message "key release: 88" should be logged
@not_xvfb
@not_xvfb @posix
Scenario: :fake-key sending key to the website with other window focused
When I open data/misc/fakekey.html
And I set general -> developer-extras to true