autotests: Fix stuck A key in testInputMethod

There's a press event but no matching release event.
wilder/Plasma/6.3
Vlad Zahorodnii 1 year ago
parent ee385743a7
commit de48120c2a
  1. 2
      autotests/integration/inputmethod_test.cpp

@ -664,6 +664,8 @@ void InputMethodTest::testModifierForwarding()
shellSurface.reset();
QVERIFY(Test::waitForWindowClosed(window));
QVERIFY(!kwinApp()->inputMethod()->isActive());
Test::keyboardKeyReleased(KEY_A, timestamp++);
}
void InputMethodTest::testFakeEventFallback()

Loading…
Cancel
Save