Skip to content

Commit

Permalink
Fix gui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
weslly committed Jan 29, 2019
1 parent 61e51de commit 3c00add
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/gui/TestGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ void TestGui::initTestCase()
config()->set("GUI/ShowTrayIcon", true);
// Disable advanced settings mode (activate within individual tests to test advanced settings)
config()->set("GUI/AdvancedSettings", false);
// Disable the update check first time alert
config()->set("UpdateCheckMessageShown", true);

m_mainWindow.reset(new MainWindow());
Bootstrap::restoreMainWindowState(*m_mainWindow);
Expand Down

0 comments on commit 3c00add

Please sign in to comment.