adding orchestration type to service models view
[vid.git] / vid-automation / src / main / java / vid / automation / test / sections / BrowseASDCPage.java
index 53a6782..de69e00 100644 (file)
@@ -1,7 +1,7 @@
 package vid.automation.test.sections;
 
 import org.junit.Assert;
-import org.openecomp.sdc.ci.tests.utilities.GeneralUIUtils;
+import org.onap.sdc.ci.tests.utilities.GeneralUIUtils;
 import org.openqa.selenium.WebElement;
 import vid.automation.test.Constants;
 import vid.automation.test.infra.Get;
@@ -37,7 +37,7 @@ public class BrowseASDCPage extends VidBasePage {
     }
 
     public int countCurrentRowsInTable(){
-        List<WebElement> rowsInTable = Get.byClass("alt-row");
+        List<WebElement> rowsInTable = Get.byClass("sdcServiceModel");
        return rowsInTable.size();
     }