From 40052c1030932a9f4e52cae248601e14807c1ba3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 5 Oct 2016 14:27:57 +0200 Subject: [PATCH] Add @qtwebengine_skip to some @no_xvfb tests --- tests/end2end/features/keyinput.feature | 2 +- tests/end2end/features/misc.feature | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/end2end/features/keyinput.feature b/tests/end2end/features/keyinput.feature index e02b33d71..04dcdbbac 100644 --- a/tests/end2end/features/keyinput.feature +++ b/tests/end2end/features/keyinput.feature @@ -165,7 +165,7 @@ Feature: Keyboard input Then the javascript message "key press: 88" should be logged And the javascript message "key release: 88" should be logged - @no_xvfb @posix + @no_xvfb @posix @qtwebengine_skip Scenario: :fake-key sending key to the website with other window focused When I open data/keyinput/log.html And I set general -> developer-extras to true diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature index c24f0ea9f..9ca0c66be 100644 --- a/tests/end2end/features/misc.feature +++ b/tests/end2end/features/misc.feature @@ -149,7 +149,7 @@ Feature: Various utility commands. And I run :inspector Then the error "Please enable developer-extras before using the webinspector!" should be shown - @no_xvfb @posix + @no_xvfb @posix @qtwebengine_skip Scenario: Inspector smoke test When I set general -> developer-extras to true And I run :inspector @@ -165,7 +165,7 @@ Feature: Various utility commands. Then the error "Please enable developer-extras before using the webinspector!" should be shown # Different code path as an inspector got created now - @no_xvfb @posix + @no_xvfb @posix @qtwebengine_skip Scenario: Inspector smoke test 2 When I set general -> developer-extras to true And I run :inspector