remove "change password" in general account setting - rename "Forgot my password?" by "Reset your password" in login frame - #1918
This commit is contained in:
@@ -7,7 +7,7 @@ test("Login has everything we need", async ({ page }) => {
|
||||
await expect(page).toHaveTitle(/Login/);
|
||||
|
||||
const forgotPasswordLink = page.locator("a", {
|
||||
hasText: "Forgot your password?",
|
||||
hasText: "Reset your password",
|
||||
});
|
||||
|
||||
const reAskInstructionsLink = page.locator("a", {
|
||||
|
||||
Reference in New Issue
Block a user