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
What are you getting from calling that custom function? An error or is it returning a value?
This command should attach the same way the others do. Really this is just a pipe to the backend firebase-admin getUser call, so not sure where your issue would be. I'll add something to the example to confirm
The docs briefly mention
getAuthUser
as a custom command added by this package.I can also see it in the code, but calling
cy.getAuthUser("myuid")
in tests isn't working for me.The section linked to here, for example, doesn't exist anymore.
Is it deprecated? If not, some docs on how to use it would be helpful.
The text was updated successfully, but these errors were encountered: