Skip to content

Commit 94c6445

Browse files
committed
Trying to fix test that started failing #3368
1 parent 8d4649f commit 94c6445

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ class ConfigurableMeriPlanSpec extends StubbedCasSpec {
5252
at RlpProjectPage // reset at check time.
5353

5454
meriPlan = openMeriPlanEditTab()
55+
5556
waitFor{meriPlan.projectName.displayed}
57+
interact {
58+
moveToElement(meriPlan.projectName)
59+
}
5660

5761
meriPlan.projectName = "MERI plan edited name"
5862
meriPlan.projectDescription = "MERI plan edited description"

0 commit comments

Comments
 (0)