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 2a99e12e5..521915d54 100644 --- a/src/integration-test/groovy/au/org/ala/fieldcapture/ConfigurableMeriPlanSpec.groovy +++ b/src/integration-test/groovy/au/org/ala/fieldcapture/ConfigurableMeriPlanSpec.groovy @@ -52,7 +52,11 @@ class ConfigurableMeriPlanSpec extends StubbedCasSpec { at RlpProjectPage // reset at check time. meriPlan = openMeriPlanEditTab() + waitFor{meriPlan.projectName.displayed} + interact { + moveToElement(meriPlan.projectName) + } meriPlan.projectName = "MERI plan edited name" meriPlan.projectDescription = "MERI plan edited description"