diff options
author | kishore <kk707x@att.com> | 2017-10-19 11:05:22 -0500 |
---|---|---|
committer | kishore <kk707x@att.com> | 2017-10-19 11:22:02 -0500 |
commit | 72d3adfedf2ba6988ec17f0539765734f623a69c (patch) | |
tree | 272bb60378159ef45cf24a2b040d2aecb0fcd398 | |
parent | 7a1888f9723e400311cccc0733b28fc721a28d87 (diff) |
Updated test1.robot
Issue-ID:PORTAL-53
Change-Id: If0b9cda6df3d2317db07d38bb64a055ee8011faa
Signed-off-by: kishore <kk707x@att.com>
-rw-r--r-- | test/csit/tests/portal/testsuites/test1.robot | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/test/csit/tests/portal/testsuites/test1.robot b/test/csit/tests/portal/testsuites/test1.robot index 2fdf9d49f..ab5fed47e 100644 --- a/test/csit/tests/portal/testsuites/test1.robot +++ b/test/csit/tests/portal/testsuites/test1.robot @@ -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} |