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
Is there an example of how to integrate this into cypress? I would like to mock the creation of a user with firebase.auth().createUserWithEmailAndPassword() and haven't been able to find an example.
Maybe I should just use Sinon stubs for that but it's not clear what the expected output is from that call?
The text was updated successfully, but these errors were encountered:
Is there an example of how to integrate this into cypress? I would like to mock the creation of a user with
firebase.auth().createUserWithEmailAndPassword()
and haven't been able to find an example.Maybe I should just use Sinon stubs for that but it's not clear what the expected output is from that call?
The text was updated successfully, but these errors were encountered: