Add tests for the welcome window

This commit is contained in:
Veronica Berglyd Olsen
2023-12-30 16:33:03 +01:00
parent 7feb3ec2f9
commit bc17305c4f
4 changed files with 286 additions and 4 deletions
-1
View File
@@ -160,7 +160,6 @@ def nwGUI(qtbot, monkeypatch, functionFixture):
nwGUI = main(["--testmode", f"--config={_TMP_CONF}", f"--data={_TMP_CONF}"])
qtbot.addWidget(nwGUI)
resetConfigVars()
SHARED._alert = None
nwGUI.docEditor.initEditor()
nwGUI.show()