Merge branch 'main' into dialogue_highlight

This commit is contained in:
Veronica Berglyd Olsen
2024-06-04 18:26:12 +02:00
committed by GitHub
3 changed files with 3 additions and 5 deletions
@@ -129,7 +129,7 @@ def testDlgProjSettings_SettingsPage(qtbot, monkeypatch, nwGUI, fncPath, projPat
assert project.data.doBackup is False
nwGUI._processProjectSettingsChanges(False)
assert nwGUI.windowTitle() == "novelWriter - Project Name"
assert nwGUI.windowTitle() == "Project Name - novelWriter"
# qtbot.stop()