mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
fix create new review star selection
This commit is contained in:
parent
cac2b0bf07
commit
65815998e9
@ -117,8 +117,8 @@ describe("test App end to end", async () => {
|
||||
await tag_btn.click();
|
||||
}
|
||||
|
||||
// Select a new rating of 1 star
|
||||
let rating_select = await page.$("#s1");
|
||||
// Select a new rating of 5 stars
|
||||
let rating_select = await page.$("#s5");
|
||||
rating_select.click();
|
||||
|
||||
// Click the save button to save updates
|
||||
|
Loading…
Reference in New Issue
Block a user