From 1ad35c044b1b5289f45e54c862c79454629fca3d Mon Sep 17 00:00:00 2001 From: chrisala Date: Wed, 4 Dec 2024 09:22:36 +1100 Subject: [PATCH] Trying to fix test that started failing #3368 --- .../groovy/au/org/ala/fieldcapture/DatasetSpec.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/integration-test/groovy/au/org/ala/fieldcapture/DatasetSpec.groovy b/src/integration-test/groovy/au/org/ala/fieldcapture/DatasetSpec.groovy index 0b2c77032..8216cef0d 100644 --- a/src/integration-test/groovy/au/org/ala/fieldcapture/DatasetSpec.groovy +++ b/src/integration-test/groovy/au/org/ala/fieldcapture/DatasetSpec.groovy @@ -237,10 +237,10 @@ class DatasetSpec extends StubbedCasSpec{ hasBeenReloaded() } at RlpProjectPage // reset at check time. - meriPlan = openMeriPlanEditTab() + waitFor { - meriPlan.saveButton.displayed + meriPlan.holdsEditLock() } meriPlan.save()