Skip to content

Commit

Permalink
Trying to fix test that started failing #3368
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Dec 3, 2024
1 parent 1ad35c0 commit ab2b121
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down

0 comments on commit ab2b121

Please sign in to comment.