mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-09 08:07:22 +00:00
@@ -116,7 +116,7 @@ describe("test App end to end", async () => {
|
|||||||
home_btn.click();
|
home_btn.click();
|
||||||
|
|
||||||
// Get the review card again and get its shadowRoot
|
// 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");
|
let shadowRoot = await review_card.getProperty("shadowRoot");
|
||||||
|
|
||||||
// Get the review image and check src and alt
|
// Get the review image and check src and alt
|
||||||
|
Reference in New Issue
Block a user