fix: instance url
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Aravinth Manivannan 2024-01-10 02:06:26 +05:30
parent 82d7659bc1
commit 5c9df3c89a
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 1 additions and 1 deletions

View File

@ -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)"));