Skip to content

Commit

Permalink
fix: Update README.md (#136)
Browse files Browse the repository at this point in the history
There was a typo in a parameter. I noticed it when Cypress gave me an error from copying and pasting those parameters into my code.
  • Loading branch information
FredLavoie committed May 12, 2023
1 parent 9e741ce commit 424070a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ describe('Login', () => {
password,
loginUrl,
usernameField: '#input_username',
passwordFiedl: '#input_password',
passwordField: '#input_password',
passwordSubmitBtn: '#login_btn_sign',
headless: true,
logs: false,
Expand Down

0 comments on commit 424070a

Please sign in to comment.