File tree Expand file tree Collapse file tree
src/test/robotframework/account/registration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ After account creation an e-mail with activation link should be send
1616 Create Session mailserver ${MOCK_SERVER }
1717 ${searchQuery } = Set Variable { "method": "POST", "url": "/mailgun/send-message" }
1818 ${response } = Post Request mailserver /__admin/requests/find data=${searchQuery }
19- Log ${response.json }
20- Length Should Be ${response.json['requests'] } 1
21- ${body } = Set Variable ${response.json['requests'][0]['body'] }
19+ Log ${response.json() }
20+ Length Should Be ${response.json() ['requests'] } 1
21+ ${body } = Set Variable ${response.json() ['requests'][0]['body'] }
2222 Should Contain ${body } coder@rock.home
2323 Should Contain ${body } My Stamps <dont-reply@my-stamps.ru>
2424 Should Contain ${body } [my-stamps.ru] Account activation
You can’t perform that action at this time.
0 commit comments