mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-24 03:21:20 -05:00
chore: Auth module revamp (#4335)
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com> Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
committed by
GitHub
parent
7598a16b75
commit
f80d1b32b7
@@ -29,7 +29,7 @@ test.describe("Email Signup Flow Test", async () => {
|
||||
await page.getByPlaceholder("work@email.com").press("Tab");
|
||||
await page.fill('input[name="password"]', password);
|
||||
await page.press('input[name="password"]', "Enter");
|
||||
let alertMessage = "user with this email address already exists";
|
||||
let alertMessage = "User with this email already exists";
|
||||
await (await page.waitForSelector(`text=${alertMessage}`)).isVisible();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user