Skip to content

Commit

Permalink
Retrying functional tests #3401
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jan 7, 2025
1 parent 1572aff commit a1e80ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/integration-test/groovy/pages/RlpProjectPage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class RlpProjectPage extends ReloadablePage {
def openMERIPlanTab() {
meriPlanTab.click()
waitFor {meriPlanTabContent.displayed }
Thread.sleep(1000)

return meriPlanTabContent
}
Expand Down

0 comments on commit a1e80ff

Please sign in to comment.