diff --git a/tests/test_gui.py b/tests/test_gui.py index 662a2f6b..e512fbca 100644 --- a/tests/test_gui.py +++ b/tests/test_gui.py @@ -1167,8 +1167,8 @@ def testOutline(qtbot, nwTempBuild, nwLipsum, nwTemp): assert nwGUI.projMeta.itemValue.text() == "Finished" # Click POV Link - qtbot.mouseClick(nwGUI.projMeta.povKeyValue, Qt.LeftButton) - qtbot.wait(500) + assert nwGUI.projMeta.povKeyValue.text() == "Bod" + nwGUI.projMeta._tagClicked("#pov=Bod") assert nwGUI.docViewer.theHandle == "4c4f28287af27" # qtbot.stopForInteraction()