aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vid/newVNFChange/test1.robot
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2020-03-09 15:41:23 +0200
committerIttay Stern <ittay.stern@att.com>2020-03-09 15:42:06 +0200
commitce7e0704a1df1e17623b556fcb03ac77d7570ed4 (patch)
tree100c2afa7cb3ef5edef6bbd34f3940344ed87464 /tests/vid/newVNFChange/test1.robot
parent7ca7e9aabe2b2f35888e505061894ed0a491e4c2 (diff)
VID: Fix newVNFChange by being more graceful before clicking
Issue-ID: VID-532 Change-Id: Ie0769c774a4f6b9f91d5bb6bd6bc81ef17448243 Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'tests/vid/newVNFChange/test1.robot')
-rw-r--r--tests/vid/newVNFChange/test1.robot12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/vid/newVNFChange/test1.robot b/tests/vid/newVNFChange/test1.robot
index b2093451..4c3e2a68 100644
--- a/tests/vid/newVNFChange/test1.robot
+++ b/tests/vid/newVNFChange/test1.robot
@@ -14,7 +14,6 @@ ${body}= {"workflowsDetails":[{"workflowName":"VNF In Place Software Update","v
*** Test Cases ***
add new VNF Change in VID GUI From Local worfkow
- [Documentation] Logs in to VID GUI
Setup Browser
Go To ${VID_LOGIN_URL}
@@ -38,24 +37,25 @@ add new VNF Change in VID GUI From Local worfkow
${headers}= Create Dictionary Accept-Encoding=gzip Accept-Encoding=deflate Content-Type=application/json
${response}= Post Request vid /vid/change-management/vnf_workflow_relation headers=${headers} data=${body}
+ Wait Until Element Is Visible xpath=//div[@heading='VNF Changes']//a[1]
Click Element xpath=//div[@heading='VNF Changes']//a[1]
Click Element xpath=//div[@ng-click='vm.createNewChange()']
Wait Until Page Contains New VNF Change ${GLOBAL_SELENIUM_BROWSER_WAIT_TIMEOUT}
- Select From List xpath=//select[@name='subscriber'] CAR_2020_ER
+ Select From List By Label xpath=//select[@name='subscriber'] CAR_2020_ER
- Select From List xpath=//select[@name='serviceType'] gNB
+ Select From List By Label xpath=//select[@name='serviceType'] gNB
- Select From List xpath=//select[@name='vnfType'] vLBMS
+ Select From List By Label xpath=//select[@name='vnfType'] vLBMS
- Select From List xpath=//select[@name='fromVNFVersion'] 3.0
+ Select From List By Label xpath=//select[@name='fromVNFVersion'] 3.0
Click Element xpath=//multiselect[@name='vnfName']
Click Element xpath=//a[contains(text(),'vnf-ws')]
- Select From List xpath=//select[@name='workflow'] VNF In Place Software Update
+ Select From List By Label xpath=//select[@name='workflow'] VNF In Place Software Update
Wait Until Page Contains Operations timeout ${GLOBAL_SELENIUM_BROWSER_WAIT_TIMEOUT}
Input Text xpath=//input[@id='internal-workflow-parameter-text-2-operations-timeout'] 10