mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-31 03:46:50 +00:00 
			
		
		
		
	increase timeout for e2e tests
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
		| @@ -171,7 +171,7 @@ describe("test App end to end", async () => { | ||||
| 				let save_btn = await page.$("#save-btn"); | ||||
| 				await save_btn.click(); | ||||
| 				await page.waitForNavigation(); | ||||
| 			}); | ||||
| 			}).timeout(10000); | ||||
|  | ||||
| 			it("check details page", async () => { | ||||
| 				// check the details page for correctness | ||||
|   | ||||
		Reference in New Issue
	
	Block a user