diff options
author | Jerry Flood <jf9860@att.com> | 2017-06-01 17:05:42 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-06-01 17:08:20 -0400 |
commit | edbeafbff76baa94d2d45df02a169073a5ec9e86 (patch) | |
tree | 62236d07d16cabd2e4dcc4ac5d3a07cdd46a7e69 /robot/resources/vid/create_service_instance.robot | |
parent | a9ee25c0d93e8e1496ae5535e65e38ec76b4dd25 (diff) |
Update VID URLs and elements for 1.1
Round 1
Issue: TEST-35
Change-Id: I2edab3849259017baa36963fef51c0ece6b4f466
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/resources/vid/create_service_instance.robot')
-rw-r--r-- | robot/resources/vid/create_service_instance.robot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/robot/resources/vid/create_service_instance.robot b/robot/resources/vid/create_service_instance.robot index 7cdafe0c..b6e72a29 100644 --- a/robot/resources/vid/create_service_instance.robot +++ b/robot/resources/vid/create_service_instance.robot @@ -15,7 +15,7 @@ Resource vid_interface.robot Create VID Service Instance [Documentation] Creates a service instance using VID [Arguments] ${customer_name} ${service_model_type} ${service_type} ${service_name} - Go To VID HOME + Go To VID Browse Service Models Wait Until Keyword Succeeds 300s 1s Wait For Model ${service_model_type} Press Key xpath=//tr[td/span/text() = '${service_model_type}']/td/button[text() = 'Deploy' and not(@disabled)] \\13 ${uuid}= Generate UUID @@ -37,7 +37,6 @@ Create VID Service Instance Wait For Model [Documentation] Distributed model may not yet be available. Kepp trying until it shows up. [Arguments] ${service_model_type} - Click Element partial link=Browse SDC Service Page Should Contain Element xpath=//div/h1[text() = 'Browse SDC Service Models'] Wait Until Page Contains Element xpath=//button[text() = 'Deploy'] ${GLOBAL_VID_UI_TIMEOUT_LONG} Input Text When Enabled //input[@ng-model='searchString'] ${service_model_type} |