mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
Merge branch 'main' of https://github.com/ramvignesh-b/pi-ku into feature/s3-integration
This commit is contained in:
@@ -23,7 +23,7 @@ export async function registerAndLogin(
|
|||||||
// 1. Registration
|
// 1. Registration
|
||||||
logger.info(`[Auth] Registering user: ${email}`);
|
logger.info(`[Auth] Registering user: ${email}`);
|
||||||
await page.goto("/onboard");
|
await page.goto("/onboard");
|
||||||
await page.getByLabel(/full name/i).fill(fullName);
|
await page.getByLabel(/pen name/i).fill(fullName);
|
||||||
await page.getByLabel("Email", { exact: true }).fill(email);
|
await page.getByLabel("Email", { exact: true }).fill(email);
|
||||||
await page.getByLabel("Password", { exact: true }).fill(password);
|
await page.getByLabel("Password", { exact: true }).fill(password);
|
||||||
await page.getByLabel(/confirm password/i).fill(password);
|
await page.getByLabel(/confirm password/i).fill(password);
|
||||||
|
|||||||
Reference in New Issue
Block a user