Drop the mouseclick and just pass the value

This commit is contained in:
Veronica K. B. Olsen
2020-08-20 00:11:05 +02:00
parent d32451be1c
commit d1f5703369
+2 -2
View File
@@ -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() == "<a href='#pov=Bod'>Bod</a>"
nwGUI.projMeta._tagClicked("#pov=Bod")
assert nwGUI.docViewer.theHandle == "4c4f28287af27"
# qtbot.stopForInteraction()