mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Fix GUI tests on macOS
This commit is contained in:
parent
420c364bf7
commit
e701ccbd73
1 changed files with 4 additions and 0 deletions
|
@ -970,6 +970,10 @@ void TestGui::testSearch()
|
|||
QApplication::processEvents();
|
||||
helpButton->trigger();
|
||||
QTRY_VERIFY(!helpPanel->isVisible());
|
||||
|
||||
// Need to re-activate the window after the help test
|
||||
m_mainWindow->activateWindow();
|
||||
|
||||
// Search for "ZZZ"
|
||||
QTest::keyClicks(searchTextEdit, "ZZZ");
|
||||
QTRY_COMPARE(searchTextEdit->text(), QString("ZZZ"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue