Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] readme specifics incorrect parameters for cy.login() command #57

Open
devtayls opened this issue May 22, 2022 · 0 comments
Open

Comments

@devtayls
Copy link

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

  • Browser: Chrome
  • Browser version: 89
  • Cypress version: 9.6
  • nextjs-auth0 version: latest
  • cypress-nextjs-auth0 version:

Steps to reproduce

  1. Follow the directions to install
  2. Use the cy.login() command to authenticate
  3. Pass in 'password' and 'username

Expected Results

User would be authenticated.

Observed Results

Command throws parameter not found error

Relevant Code (optional)

`cy.login({
      username: 'anothertestuser@lyft.com',
      password: 'mygreatpassword',
    })````
@devtayls devtayls changed the title [Bug] <readme specifics incorrect parameters for cy.login() command> [Bug] readme specifics incorrect parameters for cy.login() command May 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant