This commit is contained in:
parent
82d7659bc1
commit
5c9df3c89a
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ test("Go to register page", async ({ page }) => {
|
|||
await page.getByLabel("Confirm Password").fill(user.password);
|
||||
await page.getByRole("button", { name: "Register Account" }).click();
|
||||
|
||||
await page.waitForURL("http://localhost:3001/");
|
||||
await page.waitForURL(config.INSTANCE_URL.toString());
|
||||
await page.waitForSelector(".positive > p:nth-child(1)");
|
||||
console.log(page.locator(".positive > p:nth-child(1)"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue