Skip to content

Commit

Permalink
[req-changes] Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Nov 10, 2023
1 parent bcda8b2 commit ac914f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-test/password-expired.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe("Selenium tests for expired password flow />", () => {
);
await driver.wait(until.elementIsVisible(warningToastMessage));
expect(await warningToastMessage.getText()).toEqual(
"Your password has expired, please change your password.",
"Your password has expired, please update it.",
);

// Try visiting the status page, but the user should redirected
Expand Down

0 comments on commit ac914f8

Please sign in to comment.