From cc726b1a27bd8082e48b5471eeb6d6c528866194 Mon Sep 17 00:00:00 2001 From: chrisala Date: Tue, 3 Dec 2024 10:26:22 +1100 Subject: [PATCH] Trying to fix test that started failing #3368 --- .../au/org/ala/fieldcapture/ConfigurableMeriPlanSpec.groovy | 1 + 1 file changed, 1 insertion(+) 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 1c3b52643..4c452e61f 100644 --- a/src/integration-test/groovy/au/org/ala/fieldcapture/ConfigurableMeriPlanSpec.groovy +++ b/src/integration-test/groovy/au/org/ala/fieldcapture/ConfigurableMeriPlanSpec.groovy @@ -509,6 +509,7 @@ class ConfigurableMeriPlanSpec extends StubbedCasSpec { Thread.sleep(2000) // Wait for floating save to be displayed meriPlan.hideFloatingSave() // Getting an element not interactive error here + println(meriPlan.monitoringIndicators[0].indicator) meriPlan.monitoringIndicators[0].indicator = "indicator 1" meriPlan.monitoringIndicators[0].approach = "approach 1" meriPlan.projectImplementation = "project implementation"