Skip to content

Commit

Permalink
fix: Remove captcha from tests (#1562)
Browse files Browse the repository at this point in the history
* fix: Remove captcha from tests
  • Loading branch information
faucomte97 committed Jul 23, 2021
1 parent d69426d commit 7d2572a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 29 deletions.
54 changes: 27 additions & 27 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions game_frontend/cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Cypress.Commands.add('login', () => {
'auth-username': username,
'auth-password': password,
csrfmiddlewaretoken: csrfToken.value,
'g-recaptcha-response': 'something',
'teacher_login_view-current_step': 'auth'
}
})
Expand All @@ -53,7 +52,6 @@ Cypress.Commands.add('studentLogin', () => {
password,
access_code: student_access_code,
csrfmiddlewaretoken: csrfToken.value,
'g-recaptcha-response': 'something'
}
})
cy.visit('/')
Expand Down

0 comments on commit 7d2572a

Please sign in to comment.