Remove menu entry for split document

This commit is contained in:
Veronica Berglyd Olsen
2022-10-11 23:41:39 +02:00
parent 7403736ae1
commit 4f44374f48
2 changed files with 0 additions and 6 deletions
-1
View File
@@ -54,7 +54,6 @@ def testGuiMain_ProjectBlocker(monkeypatch, nwGUI):
assert nwGUI.saveDocument() is False
assert nwGUI.viewDocument(None) is False
assert nwGUI.importDocument() is False
assert nwGUI.splitDocument() is False
assert nwGUI.openSelectedItem() is False
assert nwGUI.editItemLabel() is False
assert nwGUI.requestNovelTreeRefresh() is False