summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/keyinput/tst_keyinput.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/keyinput/tst_keyinput.qml')
-rw-r--r--tests/auto/qml/keyinput/tst_keyinput.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/qml/keyinput/tst_keyinput.qml b/tests/auto/qml/keyinput/tst_keyinput.qml
index dbcc2e25..e704ba39 100644
--- a/tests/auto/qml/keyinput/tst_keyinput.qml
+++ b/tests/auto/qml/keyinput/tst_keyinput.qml
@@ -75,7 +75,6 @@ TestCase {
WindowChrome {
id: leftWin
x: 3; y: 3
- focus: true
}
WindowChrome {
@@ -138,8 +137,6 @@ TestCase {
}
function test_moveFocus() {
- skip("Not working ATM: ASSERT on Linux/multi-process and missing signal on macOS/single-process")
-
if (root.Window.window.flags & Qt.WindowDoesNotAcceptFocus)
skip("Test can only be run without AM_BACKGROUND_TEST set, since it requires input focus");
@@ -150,6 +147,7 @@ TestCase {
return leftWin.winSurface.window != null && rightWin.winSurface.window != null
}, spyTimeout);
+ leftWin.forceActiveFocus();
wait(100);
//console.info("Inject Up");