We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc726b1 commit 75fc18bCopy full SHA for 75fc18b
src/integration-test/groovy/au/org/ala/fieldcapture/ConfigurableMeriPlanSpec.groovy
@@ -510,6 +510,10 @@ class ConfigurableMeriPlanSpec extends StubbedCasSpec {
510
meriPlan.hideFloatingSave() // Getting an element not interactive error here
511
512
println(meriPlan.monitoringIndicators[0].indicator)
513
+
514
+ interact {
515
+ moveToElement(meriPlan.monitoringIndicators[0].indicator)
516
+ }
517
meriPlan.monitoringIndicators[0].indicator = "indicator 1"
518
meriPlan.monitoringIndicators[0].approach = "approach 1"
519
meriPlan.projectImplementation = "project implementation"
0 commit comments