Mixing sync and async flows #16088
-
| I'm aware Cypress functions run asynchronously, despite the fact the two  I've always found this a bit confusing, but this is another story :). Of course, the code above won't work because  | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
| It seems all works fine just by returning  and then consumer-side this I'm going to leave the discussion here, it could be useful to someone else, or in case someone wants to add related information. | 
Beta Was this translation helpful? Give feedback.
It seems all works fine just by returning
cy.getand then consumer-side this
I'm going to leave the discussion here, it could be useful to someone else, or in case someone wants to add related information.