We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160688f commit da05323Copy full SHA for da05323
src/integration-test/groovy/au/org/ala/fieldcapture/DatasetSpec.groovy
@@ -239,6 +239,9 @@ class DatasetSpec extends StubbedCasSpec{
239
at RlpProjectPage // reset at check time.
240
241
meriPlan = openMeriPlanEditTab()
242
+ waitFor {
243
+ meriPlan.saveButton.displayed
244
+ }
245
meriPlan.save()
246
247
and: "We reload the page and reopen the data set summary tab"
0 commit comments