mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Fix GUI test
This commit is contained in:
parent
af8e770106
commit
ea9f313416
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ void TestGui::testEntryEntropy()
|
|||
QTest::keyClicks(titleEdit, "test");
|
||||
|
||||
// Open the password generator
|
||||
QToolButton* generatorButton = editEntryWidget->findChild<QToolButton*>("tooglePasswordGeneratorButton");
|
||||
QToolButton* generatorButton = editEntryWidget->findChild<QToolButton*>("togglePasswordGeneratorButton");
|
||||
QTest::mouseClick(generatorButton, Qt::LeftButton);
|
||||
|
||||
// Type in some password
|
||||
|
|
|
|||
Loading…
Reference in a new issue