e2e: revert username change

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/563/head
Varun Patil 2023-03-23 21:58:37 -07:00
parent c867cc68ed
commit 8669ddd4a7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ export function login(route: string) {
await page.goto("http://localhost:8080/index.php/apps/memories" + route);
await page.locator("#user").click();
await page.locator("#user").fill("varun");
await page.locator("#user").fill("admin");
await page.locator("#user").press("Tab");
await page.locator("#password").fill("admin");
await page.locator('button[type="submit"]').click();