test: click on img-outer

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/504/head
Varun Patil 2023-03-18 18:21:15 -07:00
parent 235cf66dee
commit 1e424d7e46
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ test.describe("Open", () => {
test("Open one image", async ({ page }) => { test("Open one image", async ({ page }) => {
await page await page
.locator("div:nth-child(2) > .p-outer > .img-outer > img") .locator("div:nth-child(2) > .p-outer > .img-outer")
.first() .first()
.click(); .click();
await page.waitForTimeout(1000); await page.waitForTimeout(1000);