aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vid/newVNFChange
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-07-29 14:07:45 +0300
committerIttay Stern <ittay.stern@att.com>2019-07-29 14:07:45 +0300
commitf07134aa959090cbf1bf2a36804c771e279bf18c (patch)
tree9ab24cfa72ababfdd8a160069d342d4a6832eb69 /tests/vid/newVNFChange
parent5c2cc2b7bd8a1ed68bb3fcf0c0fa2957b6f9ecfa (diff)
Update VID Workflow input id
Change-Id: Ifa79040eb24e0147b0a8d9aa5e2fb7be21a3b745 Issue-ID: VID-532 Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'tests/vid/newVNFChange')
-rw-r--r--tests/vid/newVNFChange/test1.robot6
-rw-r--r--tests/vid/newVNFChange/test2.robot6
2 files changed, 6 insertions, 6 deletions
diff --git a/tests/vid/newVNFChange/test1.robot b/tests/vid/newVNFChange/test1.robot
index 44977ed5..b2093451 100644
--- a/tests/vid/newVNFChange/test1.robot
+++ b/tests/vid/newVNFChange/test1.robot
@@ -58,9 +58,9 @@ add new VNF Change in VID GUI From Local 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='internal-workflow-parameter-text-2'] 10
- Input Text xpath=//input[@id='internal-workflow-parameter-text-3'] test
- Input Text xpath=//input[@id='internal-workflow-parameter-text-4'] 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']
diff --git a/tests/vid/newVNFChange/test2.robot b/tests/vid/newVNFChange/test2.robot
index c3032aad..b1dfcd7d 100644
--- a/tests/vid/newVNFChange/test2.robot
+++ b/tests/vid/newVNFChange/test2.robot
@@ -39,9 +39,9 @@ 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='internal-workflow-parameter-text-2'] 10
- Input Text xpath=//input[@id='internal-workflow-parameter-text-3'] test
- Input Text xpath=//input[@id='internal-workflow-parameter-text-4'] 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']