Merge "Enhacement AAF-CerService CSIT"
[integration/csit.git] / tests / vid / newVNFChange / test2.robot
index 1af2ae7..6ff17f6 100644 (file)
@@ -17,8 +17,8 @@ add new VNF Change in VID GUI From SO NATIVE worfkow
 
     Run Process  ${CURDIR}/../resources/scripts/SetFeatureFlag.sh FLAG_HANDLE_SO_WORKFLOWS true  shell=True  cwd=${CURDIR}/../resources/scripts/
     Reload Page
-    Wait Until Page Contains  VNF Changes    ${GLOBAL_SELENIUM_BROWSER_WAIT_TIMEOUT}
 
+    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()']
@@ -39,11 +39,11 @@ add new VNF Change in VID GUI From SO NATIVE worfkow
     Select From List  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='so-workflow-parameter-operations_timeout']    10
-    Input Text    xpath=//input[@id='so-workflow-parameter-existing_software_version']    test
-    Input Text    xpath=//input[@id='so-workflow-parameter-new_software_version']    test
+    Input Text    xpath=//input[@id='internal-workflow-parameter-text-2-operations-timeout']    10
+    Input Text    xpath=//input[@id='internal-workflow-parameter-text-3-existing-software-version']    test
+    Input Text    xpath=//input[@id='internal-workflow-parameter-text-4-new-software-version']    test
 
     Wait Until Element Is Enabled   xpath=//button[@id='submit']  ${GLOBAL_SELENIUM_BROWSER_WAIT_TIMEOUT}
     Click Button    xpath=//button[@id='submit']
 
-    Wait Until Page Does Not Contain  New VNF Change  ${GLOBAL_SELENIUM_BROWSER_WAIT_TIMEOUT}
\ No newline at end of file
+    Wait Until Page Does Not Contain  New VNF Change  ${GLOBAL_SELENIUM_BROWSER_WAIT_TIMEOUT}