mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 04:57:39 +03:00
Automatically detect USB device changes
This commit is contained in:
parent
79ca00604a
commit
6a273363c4
41 changed files with 1503 additions and 823 deletions
|
@ -141,6 +141,7 @@ void TestGui::init()
|
|||
databaseOpenWidget->findChild<PasswordWidget*>("editPassword")->findChild<QLineEdit*>("passwordEdit");
|
||||
QVERIFY(editPassword);
|
||||
editPassword->setFocus();
|
||||
QTRY_VERIFY(editPassword->hasFocus());
|
||||
|
||||
QTest::keyClicks(editPassword, "a");
|
||||
QTest::keyClick(editPassword, Qt::Key_Enter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue