Make sure new replace items in project settings are inserted at the top

This commit is contained in:
Veronica K. B. Olsen
2020-08-20 20:36:33 +02:00
parent 8b2d7e2917
commit d4052568be
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -372,8 +372,8 @@ def testProjectEditor(qtbot, nwTempGUI, nwRef, nwTemp):
projFile = path.join(nwTempGUI, "nwProject.nwx")
assert cmpFiles(projFile, path.join(nwRef, "gui", "2_nwProject.nwx"), [2, 8, 9, 10])
nwGUI.closeMain()
# qtbot.stopForInteraction()
nwGUI.closeMain()
@pytest.mark.gui
def testItemEditor(qtbot, nwTempGUI, nwRef, nwTemp):