Skip to content

Commit

Permalink
fix(mon-pix): fix Acceptance | Update Expired Password tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelB committed Jan 17, 2025
1 parent 8d25980 commit d0b387e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mon-pix/tests/acceptance/update-expired-password-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import setupIntl from '../helpers/setup-intl';

const ApiErrorMessages = ENV.APP.API_ERROR_MESSAGES;

const PASSWORD_INPUT_LABEL = '* Mot de passe (8 caractères minimum, dont une majuscule, une minuscule et un chiffre)';
const PASSWORD_INPUT_LABEL = /Mot de passe/;

module('Acceptance | Update Expired Password', function (hooks) {
setupApplicationTest(hooks);
Expand Down

0 comments on commit d0b387e

Please sign in to comment.