Updated test1.robot 65/19765/3
authorkishore <kk707x@att.com>
Thu, 19 Oct 2017 16:05:22 +0000 (11:05 -0500)
committerkishore <kk707x@att.com>
Thu, 19 Oct 2017 16:22:02 +0000 (11:22 -0500)
Issue-ID:PORTAL-53
Change-Id: If0b9cda6df3d2317db07d38bb64a055ee8011faa
Signed-off-by: kishore <kk707x@att.com>
test/csit/tests/portal/testsuites/test1.robot

index 2fdf9d4..ab5fed4 100644 (file)
@@ -789,11 +789,11 @@ Application admin Login To Portal GUI
     [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 @@ Application admin Delete Standard User Existing user
      #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 @@ Standared user Login To Portal GUI
     [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}