Skip to content

Commit da05323

Browse files
committed
Trying to fix test that started failing #3368
1 parent 160688f commit da05323

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ class DatasetSpec extends StubbedCasSpec{
239239
at RlpProjectPage // reset at check time.
240240

241241
meriPlan = openMeriPlanEditTab()
242+
waitFor {
243+
meriPlan.saveButton.displayed
244+
}
242245
meriPlan.save()
243246

244247
and: "We reload the page and reopen the data set summary tab"

0 commit comments

Comments
 (0)