Update the file info dialog box

This commit is contained in:
Veronica Berglyd Olsen
2023-08-30 18:57:48 +02:00
parent f41e71199c
commit 9bf43aa40f
5 changed files with 42 additions and 21 deletions
+1 -1
View File
@@ -656,7 +656,7 @@ def testGuiMenu_Insert(qtbot, monkeypatch, nwGUI, fncPath, projPath, mockRnd):
nwGUI.mainMenu.aFileDetails.activate(QAction.Trigger)
path = str(projPath / "content" / "000000000000f.nwd")
logMsg = SHARED.alert.logMessage if SHARED.alert else ""
assert logMsg == f"The currently open file is saved in: {path}"
assert logMsg.endswith(f"File Location: {path}")
# qtbot.stop()