mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-02 14:46:07 -04: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…
Add table
Add a link
Reference in a new issue