Skip to content

Commit 1921fa2

Browse files
committed
working on functional test updates #1720
1 parent 604d050 commit 1921fa2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

+14
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,13 @@ class ConfigurableMeriPlanSpec extends StubbedCasSpec {
766766

767767
when:
768768
def meriPlan = openMeriPlanEditTab()
769+
meriPlan.aquireEditLock()
770+
waitFor {
771+
hasBeenReloaded()
772+
}
773+
at RlpProjectPage // reset at check time.
774+
775+
meriPlan = openMeriPlanEditTab()
769776

770777
meriPlan.primaryOutcome = "By 2023, there is restoration of, and reduction in threats to, the ecological character of Ramsar sites, through the implementation of priority actions"
771778
waitFor {
@@ -842,6 +849,13 @@ class ConfigurableMeriPlanSpec extends StubbedCasSpec {
842849

843850
when:
844851
def meriPlan = openMeriPlanEditTab()
852+
meriPlan.aquireEditLock()
853+
waitFor {
854+
hasBeenReloaded()
855+
}
856+
at RlpProjectPage // reset at check time.
857+
858+
meriPlan = openMeriPlanEditTab()
845859

846860
meriPlan.primaryOutcome = "By 2023, there is restoration of, and reduction in threats to, the ecological character of Ramsar sites, through the implementation of priority actions"
847861
waitFor {

0 commit comments

Comments
 (0)