From 94c64451c036a45c1a8781bda11e680579f0246b Mon Sep 17 00:00:00 2001 From: chrisala Date: Mon, 2 Dec 2024 14:40:14 +1100 Subject: [PATCH] Trying to fix test that started failing #3368 --- .../au/org/ala/fieldcapture/ConfigurableMeriPlanSpec.groovy | 4 ++++ 1 file changed, 4 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 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"