e2e: revert username change
Signed-off-by: Varun Patil <varunpatil@ucla.edu>pull/563/head
parent
c867cc68ed
commit
8669ddd4a7
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue