fail with the following error:
Cypress detected that you returned a promise from a command while also invoking one or more cy commands in that promise.
i am doing login to my app through API - with one user i am logged in successfully with the second i am getting the error.
what can be the reason?