tests/ide_tests/opcua_browse_encrypted.sikuli/opcua_browse_encrypted.py
branchwxPython4
changeset 3679 b6bca75bf3fa
parent 3676 2f79540660f6
child 3710 51c2d434e10e
--- a/tests/ide_tests/opcua_browse_encrypted.sikuli/opcua_browse_encrypted.py	Fri Nov 18 07:34:29 2022 +0100
+++ b/tests/ide_tests/opcua_browse_encrypted.sikuli/opcua_browse_encrypted.py	Sun Nov 20 18:36:13 2022 +0100
@@ -14,16 +14,14 @@
 def test(app):
 
     server = AuxiliaryProcess(app, ["/bin/bash",os.path.join(getBundlePath(),"opcua_service.bash")])
-    #server = AuxiliaryProcess(app, ["/bin/bash","-c","echo $PWD"])
 
     server.waitPatternInStdout("CERTS READY", 5)
 
-    app.doubleClick("opcua_node.png")
+    app.doubleClick("opcua_0")
 
     app.WaitIdleUI()
 
-    # app.click("Browse Server") # OCR didn't work because of gradient in button...
-    app.click("opcua_browse_server.png")
+    app.click("Server")
 
     app.WaitIdleUI()