Skip to content

Commit

Permalink
e2e: Added log back in for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Connolly committed Jul 20, 2020
1 parent 4b1c89a commit adf9ab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/cypress/integration/polis/emails.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ describe('Emails', () => {
const tokenRegex = new RegExp('/pwreset/([a-zA-Z0-9]+)\n', 'g')
const match = tokenRegex.exec(emailContent)
// First "url" is email domain. Second url is the one we want.
cy.log(JSON.stringify(match))
const passwordResetToken = match[1]

// Submit password reset form with new password.
Expand Down

0 comments on commit adf9ab0

Please sign in to comment.