diff options
author | Wojciech Sliwka <wojciech.sliwka@nokia.com> | 2019-05-27 17:45:53 +0200 |
---|---|---|
committer | Wojciech Sliwka <wojciech.sliwka@nokia.com> | 2019-06-03 08:42:02 +0200 |
commit | 895dab49c42b544f8d173b4171e23a703e104dac (patch) | |
tree | 6a4bb250a2c23bff841142da58122f5e62706c01 /tests/vid/newVNFChange/test2.robot | |
parent | 8a0cfc9b928b57d1e950774d6a7e4ad8d9a81fac (diff) |
Issue-ID: VID-484
fetch parameters for native workflows
Change-Id: I6d017ee43b1969ceb2bce11d28f0fdde5da152c4
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
(cherry picked from commit c97101347defc8126614b27c60646325e0f9d674)
Diffstat (limited to 'tests/vid/newVNFChange/test2.robot')
-rw-r--r-- | tests/vid/newVNFChange/test2.robot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/vid/newVNFChange/test2.robot b/tests/vid/newVNFChange/test2.robot index 1af2ae79..c3032aad 100644 --- a/tests/vid/newVNFChange/test2.robot +++ b/tests/vid/newVNFChange/test2.robot @@ -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'] 10 + Input Text xpath=//input[@id='internal-workflow-parameter-text-3'] test + Input Text xpath=//input[@id='internal-workflow-parameter-text-4'] 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} |