mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-03 10:00:04 -05:00
Increase wait time in TestGui::testSearch() a bit.
This commit is contained in:
parent
6ca3b8aa81
commit
e050385e27
@ -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…
x
Reference in New Issue
Block a user