Skip to content

Commit

Permalink
Fix GUI test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Jan 28, 2020
1 parent 91755fa commit b0ad4a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/gui/TestGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,7 @@ void TestGui::testSearch()
QTest::keyClick(searchTextEdit, Qt::Key_C, Qt::ControlModifier);
QCOMPARE(searchedEntry->password(), clipboard->text());
// Ensure Down focuses on entry view when search text is selected
QTest::keyClick(searchTextEdit, Qt::Key_A, Qt::ControlModifier);
QTest::keyClick(searchTextEdit, Qt::Key_Down);
QTRY_VERIFY(entryView->hasFocus());
QCOMPARE(entryView->currentEntry(), searchedEntry);
Expand Down

0 comments on commit b0ad4a5

Please sign in to comment.