Skip to content

Commit

Permalink
update application password e2e test to reflect changes
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Sep 17, 2024
1 parent 85196fb commit fd39081
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/e2e/specs/profile/applications-passwords.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ test.describe( 'Manage applications passwords', () => {
await expect(
successMessage
).toContainText(
`Your new password for ${TEST_APPLICATION_NAME} is: \n\nBe sure to save this in a safe location. You will not be able to retrieve it.`
`Your new password for ${TEST_APPLICATION_NAME} is:`
);
await expect(
successMessage
).toContainText(
`Be sure to save this in a safe location. You will not be able to retrieve it.`
);
} );

Expand Down

0 comments on commit fd39081

Please sign in to comment.