Merge "Fix getManualTasks double-addition of baseUrl"
[vid.git] / vid-automation / src / main / java / vid / automation / test / sections / ChangeManagementPage.java
index bcf035c..9532195 100644 (file)
@@ -1,5 +1,6 @@
 package vid.automation.test.sections;
 
+import org.onap.sdc.ci.tests.utilities.GeneralUIUtils;
 import vid.automation.test.Constants;
 import vid.automation.test.infra.Click;
 
@@ -12,4 +13,8 @@ public class ChangeManagementPage extends VidBasePage {
         ChangeManagementPage.openChangeManagementPage();
         Click.byId(Constants.ChangeManagement.headlineNewButtonId);
     }
+    public static void clickOnRefreshButton(){
+        Click.byTestId("refresh-cm");
+        GeneralUIUtils.ultimateWait();
+    }
 }