Remove added test check that fails

This commit is contained in:
Veronica Berglyd Olsen
2023-08-25 13:12:23 +02:00
parent 56fc5ec40c
commit cf2d30895c
-1
View File
@@ -243,7 +243,6 @@ def testGuiMain_Editing(qtbot, monkeypatch, nwGUI, projPath, tstPaths, mockRnd):
nwGUI.mainMenu.aSpellCheck.setChecked(True)
nwGUI.mainMenu._toggleSpellCheck()
assert nwGUI.mainMenu.aSpellCheck.isChecked() is True
# Change some settings
CONFIG.hideHScroll = True