Open devtayls opened 2 years ago
The paramters for cy.login are incorrectly labeled:
cy.login
cy.login({ username: 'anothertestuser@lyft.com', password: 'mygreatpassword', })
cy.login({ auth0Username: 'anothertestuser@lyft.com', auth0Password: 'mygreatpassword', })
User would be authenticated.
Command throws parameter not found error
parameter not found
`cy.login({ username: 'anothertestuser@lyft.com', password: 'mygreatpassword', })````
Bug Report
Relevant information
The paramters for
cy.login
are incorrectly labeled:cy.login({ username: 'anothertestuser@lyft.com', password: 'mygreatpassword', })
cy.login({ auth0Username: 'anothertestuser@lyft.com', auth0Password: 'mygreatpassword', })
Your Environment
Steps to reproduce
Expected Results
User would be authenticated.
Observed Results
Command throws
parameter not found
errorRelevant Code (optional)