aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/portal-sdk
diff options
context:
space:
mode:
authorkishore <kk707x@att.com>2017-10-19 08:11:06 -0500
committerkishore <kk707x@att.com>2017-10-19 09:39:07 -0500
commit7a1888f9723e400311cccc0733b28fc721a28d87 (patch)
treea662171cc1afe931642cae77322af554ea614c78 /test/csit/tests/portal-sdk
parent523768e2bbb92fc1f429d26d0008c46541c43640 (diff)
Updated setup.sh and test1.robot
Issue-ID:PORTAL-78 Change-Id: Ibc7aa3590a4dd7a0c0769c135aefbb80db78ece2 Signed-off-by: kishore <kk707x@att.com>
Diffstat (limited to 'test/csit/tests/portal-sdk')
-rw-r--r--test/csit/tests/portal-sdk/testsuites/test1.robot10
1 files changed, 4 insertions, 6 deletions
diff --git a/test/csit/tests/portal-sdk/testsuites/test1.robot b/test/csit/tests/portal-sdk/testsuites/test1.robot
index ad332c5df..f3e4017fb 100644
--- a/test/csit/tests/portal-sdk/testsuites/test1.robot
+++ b/test/csit/tests/portal-sdk/testsuites/test1.robot
@@ -6,8 +6,8 @@ Library XvfbRobot
*** Variables ***
-${PORTAL_URL} http://portal.api.simpledemo.openecomp.org:8989
-${PORTAL_ENV} /ECOMPPORTAL
+${PORTAL_URL} http://portal.api.simpledemo.onap.org:8989
+${PORTAL_ENV} /ONAPPORTAL
${PORTAL_LOGIN_URL} ${PORTAL_URL}${PORTAL_ENV}/login.htm
${PORTAL_HOME_PAGE} ${PORTAL_URL}${PORTAL_ENV}/applicationsHome
${PORTAL_MICRO_ENDPOINT} ${PORTAL_URL}${PORTAL_ENV}/commonWidgets
@@ -28,7 +28,6 @@ ${GLOBAL_VM_PRIVATE_KEY} ${EXECDIR}/robot/assets/keys/robot_ssh_private_key.pv
Portal admin Login To Portal GUI
[Documentation] Logs into Portal GUI
- ## Setup Browser Now being managed by test case
# Setup Browser
Start Virtual Display 1920 1080
Open Browser ${PORTAL_LOGIN_URL} chrome
@@ -60,8 +59,7 @@ Validate SDK Sub Menu
Page Should Contain Reports
Page Should Contain Profile
Page Should Contain Admin
- # Click Element xpath=(.//span[@id='tab-Home'])[1]
-
+
Click Sample Pages and validate sub Menu
[Documentation] Click Sample Pages
Select frame xpath=.//*[@id='tabframe-xDemo-App']
@@ -74,7 +72,7 @@ Click Sample Pages and validate sub Menu
Click Link xpath=//a[@id='parent-item-Sample-Pages']
Click Link xpath=//a[contains(@title,'Notebook')]
Element Text Should Be xpath=//h1[contains(.,'Notebook')] Notebook
- Click Link xpath=//a[@id='parent-item-Home']
+ #Click Link xpath=//a[@id='parent-item-Home']
Click Reports and validate sub Menu
[Documentation] Click Reports Tab