Fix tests and clean up a couple of minor things in HTML generator

This commit is contained in:
Veronica K. B. Olsen
2021-01-26 13:12:38 +01:00
parent f21cff335b
commit 94c755a0e6
7 changed files with 45 additions and 49 deletions
-4
View File
@@ -432,10 +432,6 @@ def testGuiMenu_Insert(qtbot, monkeypatch, nwGUI, fncDir, fncProj):
assert nwGUI.docEditor.getText() == nwUnicode.U_BULL
nwGUI.docEditor.clear()
nwGUI.mainMenu.aInsTriBull.activate(QAction.Trigger)
assert nwGUI.docEditor.getText() == nwUnicode.U_TRBULL
nwGUI.docEditor.clear()
nwGUI.mainMenu.aInsHyBull.activate(QAction.Trigger)
assert nwGUI.docEditor.getText() == nwUnicode.U_HYBULL
nwGUI.docEditor.clear()