Skip to content

Commit f71024c

Browse files
committed
fix(test): small fix
1 parent 97e783d commit f71024c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests_UI/tests/large_request_full_campaing.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test.beforeEach(async ({ page }) => {
4343
});
4444

4545
test("Large_requests/full campaing", async ({ page }) => {
46-
test.setTimeout(180_000);
46+
test.setTimeout(200_000);
4747

4848
await login(page, user, psw);
4949
await requestPhenotyping(page, "pheno_init_100_field.txt");

tests_UI/tests/utils/inds_registration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export async function add_registerIndividual(page: Page, inds: string[]) {
2121
await page.keyboard.press("Enter");
2222
}
2323
await page.keyboard.press("Escape");
24+
await page.click("body");
2425
await page.getByRole("button", { name: "submit" }).click();
2526
}
2627

0 commit comments

Comments
 (0)