diff --git a/src/integration-test/groovy/pages/RlpProjectPage.groovy b/src/integration-test/groovy/pages/RlpProjectPage.groovy index 73f224ad5..6473fff1d 100644 --- a/src/integration-test/groovy/pages/RlpProjectPage.groovy +++ b/src/integration-test/groovy/pages/RlpProjectPage.groovy @@ -81,6 +81,7 @@ class RlpProjectPage extends ReloadablePage { def openMERIPlanTab() { meriPlanTab.click() waitFor {meriPlanTabContent.displayed } + Thread.sleep(1000) return meriPlanTabContent }