From 5d76913fc1a4879c4707faf90af62b15faced7e5 Mon Sep 17 00:00:00 2001 From: chrisala Date: Tue, 3 Dec 2024 09:06:30 +1100 Subject: [PATCH] Trying to fix test that started failing #3368 --- .../au/org/ala/fieldcapture/ConfigurableMeriPlanSpec.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 6001b80a7..27fb37388 100644 --- a/src/integration-test/groovy/au/org/ala/fieldcapture/ConfigurableMeriPlanSpec.groovy +++ b/src/integration-test/groovy/au/org/ala/fieldcapture/ConfigurableMeriPlanSpec.groovy @@ -504,8 +504,9 @@ class ConfigurableMeriPlanSpec extends StubbedCasSpec { at RlpProjectPage // reset at check time. meriPlan = openMeriPlanEditTab() - Thread.sleep(1000) + meriPlan.checkObjective("objective 2") + 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"