fix linting issues

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2022-11-17 15:33:12 -08:00
parent c45aec116b
commit 6c00246e2d

View File

@ -116,7 +116,7 @@ describe("test App end to end", async () => {
home_btn.click();
// Get the review card again and get its shadowRoot
review_card = await page.$("review-card");
let review_card = await page.$("review-card");
let shadowRoot = await review_card.getProperty("shadowRoot");
// Get the review image and check src and alt