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
I would like to call two different api routes and then make an assertion that relies on values from the results of both calls, however I don't see any way to nest or call two separate routes and retain the results for both unless I'm missing something.
Hey @listba, sorry, but that is something the library doesn't allow doing at the moment 😞. I'll be happy to review a PR that adds that functionality though 😊
I would like to call two different api routes and then make an assertion that relies on values from the results of both calls, however I don't see any way to nest or call two separate routes and retain the results for both unless I'm missing something.
ie something like this
The text was updated successfully, but these errors were encountered: