We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4d07f commit 1b2eb80Copy full SHA for 1b2eb80
1 file changed
src/test/robotframework/account/registration/logic.robot
@@ -14,7 +14,7 @@ After account creation an e-mail with activation link should be send
14
Submit Form id:register-account-form
15
Element Text Should Be id:msg-success Instructions to finish registration have been sent to your e-mail
16
# check that e-mail has been sent by querying Wiremock
17
- ${capturedRequests}= Search For Request { "method": "POST", "url": "/mailgun/send-message" }
+ ${capturedRequests}= Wait Until Keyword Succeeds 3x 1s Search For Request { "method": "POST", "url": "/mailgun/send-message" }
18
${body}= Set Variable ${capturedRequests[0]['body']}
19
Should Contain ${body} coder@rock.home
20
Should Contain ${body} My Stamps <dont-reply@my-stamps.ru>
0 commit comments