test: fix e2e (1)

pull/460/head
Varun Patil 2023-02-25 18:35:09 -08:00
parent 4693bc1700
commit 4121d179b6
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ export function login(route: string) {
await expect(page).toHaveURL( await expect(page).toHaveURL(
"http://localhost:8080/index.php/apps/memories" + route "http://localhost:8080/index.php/apps/memories" + route
); );
await page.waitForSelector('img[src*="api/image/preview"]'); await page.waitForSelector("img.ximg");
}; };
} }