Skip to content

Commit 5d76913

Browse files
committed
Trying to fix test that started failing #3368
1 parent 926efed commit 5d76913

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/integration-test/groovy/au/org/ala/fieldcapture/ConfigurableMeriPlanSpec.groovy

+2-1
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,9 @@ class ConfigurableMeriPlanSpec extends StubbedCasSpec {
504504
at RlpProjectPage // reset at check time.
505505

506506
meriPlan = openMeriPlanEditTab()
507-
Thread.sleep(1000)
507+
508508
meriPlan.checkObjective("objective 2")
509+
meriPlan.hideFloatingSave() // Getting an element not interactive error here
509510
meriPlan.monitoringIndicators[0].indicator = "indicator 1"
510511
meriPlan.monitoringIndicators[0].approach = "approach 1"
511512
meriPlan.projectImplementation = "project implementation"

0 commit comments

Comments
 (0)