We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7bc23 commit f9811f2Copy full SHA for f9811f2
1 file changed
src/test/robotframework/account/registration/logic.robot
@@ -13,7 +13,7 @@ After account creation an e-mail with activation link should be send
13
Submit Form id:register-account-form
14
Element Text Should Be id:msg-success Instructions to finish registration have been sent to your e-mail
15
# check that e-mail has been sent by querying Wiremock
16
- ${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" }
17
${body}= Set Variable ${capturedRequests[0]['body']}
18
Should Contain ${body} coder@rock.home
19
Should Contain ${body} My Stamps <dont-reply@my-stamps.ru>
0 commit comments