mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-23 23:10:44 -04:00
Increase wait time in TestGui::testSearch() a bit.
This commit is contained in:
parent
6ca3b8aa81
commit
e050385e27
1 changed files with 2 additions and 2 deletions
|
@ -172,13 +172,13 @@ void TestGui::testSearch()
|
|||
QToolButton* clearSearch = dbWidget->findChild<QToolButton*>("clearButton");
|
||||
|
||||
QTest::keyClicks(searchEdit, "ZZZ");
|
||||
QTest::qWait(120);
|
||||
QTest::qWait(200);
|
||||
|
||||
QCOMPARE(entryView->model()->rowCount(), 0);
|
||||
|
||||
QTest::mouseClick(clearSearch, Qt::LeftButton);
|
||||
QTest::keyClicks(searchEdit, "some");
|
||||
QTest::qWait(120);
|
||||
QTest::qWait(200);
|
||||
|
||||
QCOMPARE(entryView->model()->rowCount(), 2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue