Fixed a little annoying bit about dialogs and tests
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ def testMainWindows(qtbot, nwTempGUI, nwRef):
|
||||
nwGUI.theProject.handleSeed = 42
|
||||
assert nwGUI.newProject(nwTempGUI, True)
|
||||
assert nwGUI.saveProject()
|
||||
assert nwGUI.closeProject(True)
|
||||
assert nwGUI.closeProject()
|
||||
|
||||
assert len(nwGUI.theProject.projTree) == 0
|
||||
assert len(nwGUI.theProject.treeOrder) == 0
|
||||
|
||||
Reference in New Issue
Block a user