Fix duplicate tests issue

This commit is contained in:
Veronica Berglyd Olsen
2025-01-11 20:55:09 +01:00
parent da036efdcf
commit 86f210cfbf
2 changed files with 2 additions and 11 deletions
+1 -7
View File
@@ -172,13 +172,7 @@ def nwGUI(qtbot, monkeypatch, functionFixture):
nwGUI.show()
qtbot.wait(20)
yield nwGUI
qtbot.wait(20)
nwGUI.closeMain()
qtbot.wait(20)
return
return nwGUI
##