Skip to content

Commit

Permalink
Merge branch '10007-story-account-unconfirmed-bug' of https://github.…
Browse files Browse the repository at this point in the history
…com/flexion/ef-cms into 10007-story-account-unconfirmed-bug
  • Loading branch information
rachelschneiderman committed Feb 21, 2024
2 parents 7550160 + e69ff33 commit 5a941b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ describe('Admissions Clerk Grants E-Access', () => {
createAPetitioner({
email: petitionerEmail,
name,
password: 'Testing1234$',
password: cypressEnv.defaultAccountPass,
});

cy.login('admissionsclerk1');
Expand Down

0 comments on commit 5a941b0

Please sign in to comment.