Async issue with .then #27749
samusevakatsiaryna
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I tried to send 3 requests and all of them reused data from the response of the previous request:
And cy.getIdentityRequestId request is failed but in cypress console I see that the request is submitted with correct customerData.accountNumber that returned from the previous createCustomerAccountApi() request
I found that with delay it is working:
The question is: why the code without details is not working?
Beta Was this translation helpful? Give feedback.
All reactions