Skip to content

Commit

Permalink
Fix FdoSecrets test: press Continue on warning dialogue
Browse files Browse the repository at this point in the history
  • Loading branch information
egglessness committed Nov 6, 2023
1 parent 6b9b282 commit 685098f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/gui/TestGuiFdoSecrets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1879,6 +1879,8 @@ bool TestGuiFdoSecrets::driveNewDatabaseWizard()
tmpFile.close();
fileDialog()->setNextFileName(tmpFile.fileName());

// click Continue on the warning due to weak password
MessageBox::setNextAnswer(MessageBox::Continue);
wizard->accept();

tmpFile.remove();
Expand Down

0 comments on commit 685098f

Please sign in to comment.