From f720919abd223797c5164d6580a6a9033481988c Mon Sep 17 00:00:00 2001 From: shekhar-cis Date: Mon, 11 Jul 2022 21:05:33 +0530 Subject: [PATCH] Fix telenium_process --- src/bitmessagekivy/tests/telenium_process.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bitmessagekivy/tests/telenium_process.py b/src/bitmessagekivy/tests/telenium_process.py index f9a397e8..76ce4a92 100644 --- a/src/bitmessagekivy/tests/telenium_process.py +++ b/src/bitmessagekivy/tests/telenium_process.py @@ -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"""