Merge branch 'main' into testing

This commit is contained in:
Veronica K. B. Olsen
2021-03-17 17:25:00 +01:00
6 changed files with 197 additions and 168 deletions
+1 -1
View File
@@ -510,7 +510,7 @@ def testGuiEditor_Search(qtbot, monkeypatch, nwGUI, nwLipsum):
assert abs(nwGUI.docEditor.getCursorPosition() - 1127) < 3
# Toggle Replace
nwGUI.docEditor._beginReplace()
nwGUI.docEditor.beginReplace()
# MonkeyPatch the focus cycle. We can't really test this very well, other than
# check that the tabs aren't captured when the main editor has focus