Skip to content

Commit

Permalink
Fix test for checking whether wizard creates backup of existing config
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Dec 3, 2024
1 parent 99aa4ed commit b50d5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syncthingwidgets/tests/wizard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ void WizardTests::testConfiguringCurrentlyRunningSyncthing()

// apply changes and wait for results on final wizard page
auto &settings = Settings::values();
settings.connection.primary.syncthingUrl = QStringLiteral("foobar"); // ensure this value will change so we always get a backup
auto waitForCfg = std::function<void(void)>();
FinalWizardPage *finalPage = nullptr;
QProgressBar *progressBar = nullptr;
Expand Down

0 comments on commit b50d5de

Please sign in to comment.