diff --git a/tests/test_gui.py b/tests/test_gui.py index 9f211dd9..662a2f6b 100644 --- a/tests/test_gui.py +++ b/tests/test_gui.py @@ -1168,6 +1168,7 @@ def testOutline(qtbot, nwTempBuild, nwLipsum, nwTemp): # Click POV Link qtbot.mouseClick(nwGUI.projMeta.povKeyValue, Qt.LeftButton) + qtbot.wait(500) assert nwGUI.docViewer.theHandle == "4c4f28287af27" # qtbot.stopForInteraction()