You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HttpRequest's body handling, with subsequent store of the processed body in a variable, can bite users which expect it to be synchronous with other(s) steps which use its result eg
${token} shouldn't assume that token is been set!
Indeed to achieve that ordering should add awaitVar token in viewUser, before httpRequest or in login after httpRequest.
The text was updated successfully, but these errors were encountered:
HttpRequest's body handling, with subsequent store of the processed body in a variable, can bite users which expect it to be synchronous with other(s) steps which use its result eg
${token}
shouldn't assume thattoken
is been set!Indeed to achieve that ordering should add
awaitVar token
inviewUser
, beforehttpRequest
or inlogin
afterhttpRequest
.The text was updated successfully, but these errors were encountered: