From e5315de3e8850dfc72f9d4ae70ac64a7389efe11 Mon Sep 17 00:00:00 2001 From: chrisala Date: Tue, 3 Dec 2024 09:36:49 +1100 Subject: [PATCH] Trying to fix test that started failing #3368 --- .../au/org/ala/fieldcapture/ConfigurableMeriPlanSpec.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/integration-test/groovy/au/org/ala/fieldcapture/ConfigurableMeriPlanSpec.groovy b/src/integration-test/groovy/au/org/ala/fieldcapture/ConfigurableMeriPlanSpec.groovy index 27fb37388..1c3b52643 100644 --- a/src/integration-test/groovy/au/org/ala/fieldcapture/ConfigurableMeriPlanSpec.groovy +++ b/src/integration-test/groovy/au/org/ala/fieldcapture/ConfigurableMeriPlanSpec.groovy @@ -506,7 +506,9 @@ class ConfigurableMeriPlanSpec extends StubbedCasSpec { meriPlan = openMeriPlanEditTab() meriPlan.checkObjective("objective 2") + Thread.sleep(2000) // Wait for floating save to be displayed meriPlan.hideFloatingSave() // Getting an element not interactive error here + meriPlan.monitoringIndicators[0].indicator = "indicator 1" meriPlan.monitoringIndicators[0].approach = "approach 1" meriPlan.projectImplementation = "project implementation"