Skip to content

Commit

Permalink
working on functional test updates #1720
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Dec 12, 2023
1 parent b3eabbb commit edd43bd
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ class OriginalMeriPlanSpec extends StubbedCasSpec {

when:
def meriPlan = openMeriPlanEditTab()
meriPlan.aquireEditLock()
waitFor {
hasBeenReloaded()
}
at RlpProjectPage // reset at check time.

meriPlan = openMeriPlanEditTab()

then:
meriPlan != null
Expand Down

0 comments on commit edd43bd

Please sign in to comment.