From ab2b121674fbdbb38e359d7e50bcd57166d97918 Mon Sep 17 00:00:00 2001 From: chrisala Date: Wed, 4 Dec 2024 09:58:16 +1100 Subject: [PATCH] Trying to fix test that started failing #3368 --- .../groovy/pages/modules/EditableMeriPlan.groovy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/integration-test/groovy/pages/modules/EditableMeriPlan.groovy b/src/integration-test/groovy/pages/modules/EditableMeriPlan.groovy index 6ebbc537c..d63748c39 100644 --- a/src/integration-test/groovy/pages/modules/EditableMeriPlan.groovy +++ b/src/integration-test/groovy/pages/modules/EditableMeriPlan.groovy @@ -466,6 +466,9 @@ class EditableMeriPlan extends Module { /** Users of this method should waitFor hasBeenReloaded as this triggers a page reload */ void aquireEditLock() { + waitFor { + lockMeriPlanButton.displayed + } lockMeriPlanButton.click() }