mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-23 23:10:44 -04:00
Remove wrong check in TestGui.
When the window is not wide enough some actions are hidden.
This commit is contained in:
parent
b9a955c048
commit
1fce1ac905
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ void TestGui::testSearch()
|
|||
QVERIFY(searchAction->isEnabled());
|
||||
QToolBar* toolBar = m_mainWindow->findChild<QToolBar*>("toolBar");
|
||||
QWidget* searchActionWidget = toolBar->widgetForAction(searchAction);
|
||||
QVERIFY(searchActionWidget->isVisible());
|
||||
QVERIFY(searchActionWidget->isEnabled());
|
||||
QTest::mouseClick(searchActionWidget, Qt::LeftButton);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue