From a57e8f3a5d911c0635196c00208e2abd2cec18e4 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 2 Jan 2021 22:05:17 +0100 Subject: [PATCH] Remove GUI block in test --- tests/test_gui_noveltree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_gui_noveltree.py b/tests/test_gui_noveltree.py index d164bd6b..44b22688 100644 --- a/tests/test_gui_noveltree.py +++ b/tests/test_gui_noveltree.py @@ -141,7 +141,7 @@ def testGuiNovelTree_TreeItems(qtbot, caplog, monkeypatch, nwGUI, nwMinimal): # Close ## - qtbot.stopForInteraction() + # qtbot.stopForInteraction() nwGUI.closeProject() # END Test testGuiNovelTree_TreeItems