Add icon for Novel Section documents

This commit is contained in:
Veronica Berglyd Olsen
2022-10-14 09:40:34 +02:00
parent 845a15229d
commit 234a527f25
8 changed files with 108 additions and 5 deletions
+2 -1
View File
@@ -218,7 +218,8 @@ def testCoreItem_Methods(mockGUI):
assert theItem.describeMe("H1") == "Novel Title Page"
assert theItem.describeMe("H2") == "Novel Chapter"
assert theItem.describeMe("H3") == "Novel Scene"
assert theItem.describeMe("H4") == "Novel Document"
assert theItem.describeMe("H4") == "Novel Section"
assert theItem.describeMe("H5") == "Novel Document"
theItem.setLayout("NOTE")
assert theItem.isNoteLayout() is True