Skip to content

Commit c2119b1

Browse files
authored
chore(docs): fix dependency name (#2607)
1 parent 0ce15c4 commit c2119b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/docs/tutorials/testing-with-cypress.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To get started, install the dependencies:
1212
`npm install --save-dev cypress cypress-social-logins @testing-library/cypress`
1313

1414
:::note
15-
If you are using username/password based login, you will not need the `cypress-social-login` dependency.
15+
If you are using username/password based login, you will not need the `cypress-social-logins` dependency.
1616
:::
1717

1818
Cypress will install and initialize the folder structure with example integration tests, a folder for plugins, etc.
@@ -43,7 +43,7 @@ Second, a cypress file for environment variables. These can be defined in `cypre
4343

4444
You must change the login credentials you want to use, but you can also redefine the name of the `GOOGLE_*` variables if you're using a different provider. `COOKIE_NAME`, however, must be set to that value for NextAuth.js.
4545

46-
Third, if you're using the `cypress-social-login` plugin, you must add this to your `/cypress/plugins/index.js` file like so:
46+
Third, if you're using the `cypress-social-logins` plugin, you must add this to your `/cypress/plugins/index.js` file like so:
4747

4848
```js title="cypress/plugins/index.js"
4949
const { GoogleSocialLogin } = require('cypress-social-logins').plugins

0 commit comments

Comments
 (0)