Skip to content

Commit

Permalink
test(components/login/passwordReset): Update features for failed logi…
Browse files Browse the repository at this point in the history
…n tests
  • Loading branch information
Patricio Emiliano Sartore authored and Patricio Emiliano Sartore committed Oct 9, 2024
1 parent 98f60fd commit 1f4ed31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/login/passwordReset/test/fixtures.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const FIRST_STEP_TEXT = '1/2: Introduce tu email'
export const SECOND_STEP_TEXT = '2/2: Crea tu nueva contraseña'
export const FIRST_STEP_TEXT = '1/2'
export const SECOND_STEP_TEXT = '2/2'
export const VALID_EMAIL = '[email protected]'
export const ONE_DAY = 1000 * 60 * 60 * 24
export const DEFAULT_TOKEN = '1234'
Expand Down

0 comments on commit 1f4ed31

Please sign in to comment.