mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
increase timeout for e2e tests
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
a12de4e058
commit
ecff5313a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user