Fixed test and cleaned up imports

This commit is contained in:
Veronica K. B. Olsen
2020-06-17 19:56:19 +02:00
parent 79d6e3594c
commit 22341c5e21
2 changed files with 4 additions and 4 deletions
-1
View File
@@ -219,7 +219,6 @@ def testMainWindows(qtbot, nwTempGUI, nwRef, nwTemp):
qtbot.wait(stepDelay)
# Save the document
assert nwGUI.docEditor.docChanged
assert nwGUI.saveDocument()
assert not nwGUI.docEditor.docChanged
qtbot.wait(stepDelay)