Updated test1.robot

Issue-ID:PORTAL-53
Change-Id: If0b9cda6df3d2317db07d38bb64a055ee8011faa
Signed-off-by: kishore <kk707x@att.com>
diff --git a/test/csit/tests/portal/testsuites/test1.robot b/test/csit/tests/portal/testsuites/test1.robot
index 2fdf9d4..ab5fed4 100644
--- a/test/csit/tests/portal/testsuites/test1.robot
+++ b/test/csit/tests/portal/testsuites/test1.robot
@@ -789,11 +789,11 @@
     [Documentation]   Logs into Portal GUI
     # Setup Browser Now being managed by test case
     ##Setup Browser
-    Go To    ${PORTAL_LOGIN_URL}
-    Maximize Browser Window
-    Set Selenium Speed    ${GLOBAL_SELENIUM_DELAY}
-    Set Browser Implicit Wait    ${GLOBAL_SELENIUM_BROWSER_IMPLICIT_WAIT}
-    Log    Logging in to ${PORTAL_URL}${PORTAL_ENV}
+#    Go To    ${PORTAL_LOGIN_URL}
+#    Maximize Browser Window
+#    Set Selenium Speed    ${GLOBAL_SELENIUM_DELAY}
+#    Set Browser Implicit Wait    ${GLOBAL_SELENIUM_BROWSER_IMPLICIT_WAIT}
+#    Log    Logging in to ${PORTAL_URL}${PORTAL_ENV}
    # Handle Proxy Warning
     Title Should Be    Login
     Input Text    xpath=//input[@ng-model='loginId']    ${App_LoginID}
@@ -877,17 +877,17 @@
      #Input Text    xpath=//input[@id='input-table-search']    ${Existing_User}
      #Is Element Visible    xpath=(//*[contains(.,'Portal')] )[2] 
      Element Should Not Contain     xpath=//*[@table-data='users.accountUsers']    Portal   
-	 Click Image     xpath=//img[@alt='Onap Logo']
-    Set Selenium Implicit Wait    3000
+	 #Click Image     xpath=//img[@alt='Onap Logo']
+    #Set Selenium Implicit Wait    3000
      
      
      
 Application admin Logout from Portal GUI
     [Documentation]   Logout from Portal GUI
     Click Element    xpath=//div[@id='header-user-icon']
-	Set Selenium Implicit Wait    3000
+	#Set Selenium Implicit Wait    3000
     Click Button    xpath=//button[contains(.,'Log out')]
-	Set Selenium Implicit Wait    3000
+	#Set Selenium Implicit Wait    3000
     Title Should Be    Login  
 
 	
@@ -898,11 +898,11 @@
     [Documentation]   Logs into Portal GUI
     # Setup Browser Now being managed by test case
     ##Setup Browser
-    Go To    ${PORTAL_LOGIN_URL}
-    Maximize Browser Window
-    Set Selenium Speed    ${GLOBAL_SELENIUM_DELAY}
-    Set Browser Implicit Wait    ${GLOBAL_SELENIUM_BROWSER_IMPLICIT_WAIT}
-    Log    Logging in to ${PORTAL_URL}${PORTAL_ENV}
+#    Go To    ${PORTAL_LOGIN_URL}
+#    Maximize Browser Window
+#    Set Selenium Speed    ${GLOBAL_SELENIUM_DELAY}
+#    Set Browser Implicit Wait    ${GLOBAL_SELENIUM_BROWSER_IMPLICIT_WAIT}
+#    Log    Logging in to ${PORTAL_URL}${PORTAL_ENV}
    # Handle Proxy Warning
     Title Should Be    Login
     Input Text    xpath=//input[@ng-model='loginId']    ${Sta_LoginID}