Add stats variables to Lipsum test project

This commit is contained in:
Veronica Berglyd Olsen
2024-10-28 18:46:06 +01:00
parent 42f904f1ea
commit c6a22e2d96
18 changed files with 107 additions and 55 deletions
+3 -3
View File
@@ -241,9 +241,9 @@ def testGuiOutline_Content(qtbot, monkeypatch, nwGUI, prjLipsum, fncPath, tstPat
assert outlineData.fileValue.text() == "Lorem Ipsum"
assert outlineData.itemValue.text() == "Finished"
assert outlineData.cCValue.text() == "230"
assert outlineData.wCValue.text() == "40"
assert outlineData.pCValue.text() == "3"
assert outlineData.cCValue.text() == "259"
assert outlineData.wCValue.text() == "44"
assert outlineData.pCValue.text() == "5"
# Scene One
selItem = outlineTree.topLevelItem(4)