no need to listen to rabittmq

This commit is contained in:
2022-03-25 14:14:22 +01:00
parent 3cae7159aa
commit c0ac6613ed
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class CommandorPage:
self.clickOnValidBtn()
# self.page.goto("file:///Users/lpan/Downloads/input_otp.html")
otp_input = self.page.locator(OTP_FIELD_ID)
otp_input.wait_for(state='visible')
otp_input.wait_for(state='visible',timeout=90000)
on_ready_for_otp(e, self)
event_is_set = e.wait()
logging.info('event set: %s', event_is_set)