1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Autotests fix locationBarTest.loadActionSearchTest

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2023-12-24 15:39:46 +01:00
parent ae9bb96fe2
commit 922681c1cb
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -110,7 +110,7 @@ void LocationBarTest::loadActionSearchTest()
engine.url = QSL("http://test/%s"); engine.url = QSL("http://test/%s");
engine.shortcut = QSL("t"); engine.shortcut = QSL("t");
mApp->searchEnginesManager()->addEngine(engine); mApp->searchEnginesManager()->addEngine(engine);
mApp->searchEnginesManager()->setActiveEngine(engine); mApp->searchEnginesManager()->setDefaultEngine(engine);
LocationBar::LoadAction action; LocationBar::LoadAction action;