Remove the old merge document menu entry

This commit is contained in:
Veronica Berglyd Olsen
2022-10-09 19:23:55 +02:00
parent 2bda53e971
commit 0859c14581
3 changed files with 2 additions and 20 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.mergeDocuments() is False
assert nwGUI.splitDocument() is False
assert nwGUI.openSelectedItem() is False
assert nwGUI.editItemLabel() is False