From 69b1b94d2c3fc9e831d7c82963932d22c93abf85 Mon Sep 17 00:00:00 2001
From: Jean-Pascal <jean-pascal.aubry@inrae.fr>
Date: Mon, 30 Sep 2024 10:52:42 +0000
Subject: [PATCH] fix: ensure copy structure button is clickable in e2e test
 Refs #678

---
 e2e/ouvrages-empty-fields.e2e-spec.ts | 2 ++
 jalhyd_branch                         | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/e2e/ouvrages-empty-fields.e2e-spec.ts b/e2e/ouvrages-empty-fields.e2e-spec.ts
index b0cebdc64..202081337 100644
--- a/e2e/ouvrages-empty-fields.e2e-spec.ts
+++ b/e2e/ouvrages-empty-fields.e2e-spec.ts
@@ -123,6 +123,7 @@ describe("ngHyd - check that created/cloned structures have empty fields - ", ()
 
         // copy structure
         const addStruct = await calcPage.getCopyStructureButton();
+        await addStruct.waitForClickable({ timeout: 5000 });
         await addStruct.click();
         await browser.pause(200);
 
@@ -161,6 +162,7 @@ describe("ngHyd - check that created/cloned structures have empty fields - ", ()
 
         // copy structure
         const addStruct = await calcPage.getAddStructureButton();
+        await addStruct.waitForClickable({ timeout: 5000 });
         await addStruct.click();
         await browser.pause(200);
 
diff --git a/jalhyd_branch b/jalhyd_branch
index cd7e102f5..857711bb6 100644
--- a/jalhyd_branch
+++ b/jalhyd_branch
@@ -1 +1 @@
-374-solveur-les-select-d-une-session-chargee-ne-s-initialise-pas
+369-solveur-absence-de-message-d-erreur-a-la-non-convergence
-- 
GitLab