mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 19:46:49 +00:00 
			
		
		
		
	fix create new review star selection
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user