Drop the mouseclick and just pass the value
This commit is contained in:
+2
-2
@@ -1167,8 +1167,8 @@ def testOutline(qtbot, nwTempBuild, nwLipsum, nwTemp):
|
|||||||
assert nwGUI.projMeta.itemValue.text() == "Finished"
|
assert nwGUI.projMeta.itemValue.text() == "Finished"
|
||||||
|
|
||||||
# Click POV Link
|
# Click POV Link
|
||||||
qtbot.mouseClick(nwGUI.projMeta.povKeyValue, Qt.LeftButton)
|
assert nwGUI.projMeta.povKeyValue.text() == "<a href='#pov=Bod'>Bod</a>"
|
||||||
qtbot.wait(500)
|
nwGUI.projMeta._tagClicked("#pov=Bod")
|
||||||
assert nwGUI.docViewer.theHandle == "4c4f28287af27"
|
assert nwGUI.docViewer.theHandle == "4c4f28287af27"
|
||||||
|
|
||||||
# qtbot.stopForInteraction()
|
# qtbot.stopForInteraction()
|
||||||
|
|||||||
Reference in New Issue
Block a user