mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
fix linting issues
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
c45aec116b
commit
6c00246e2d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user