Fix telenium_process

This commit is contained in:
shekhar-cis 2022-07-11 21:05:33 +05:30
parent 7371827a8f
commit f720919abd
Signed by untrusted user: shekhar-cis
GPG Key ID: F4F00AB04E83F9A7

View File

@ -81,6 +81,7 @@ class TeleniumTestProcess(TeleniumTestCase):
# Finally Sleep is used to make the menu button funcationlly available for the click process.
# (because Transition is little bit slow)
sleep(0.2)
raise AssertionError("Timeout")
def drag(self, xpath1, xpath2):
"""this method is for dragging"""