diff options
author | Brian Freeman <bf1936@att.com> | 2020-04-27 18:27:26 -0500 |
---|---|---|
committer | Daniel Rose <dr695h@att.com> | 2020-04-28 18:33:11 +0000 |
commit | 17bab9f7944bc070791001e1eb4d5657c1a619dc (patch) | |
tree | fd879154ef16ed0486bfa0007490b04424052e21 /robot/resources/vid | |
parent | e4e5052ffedc936030dc2d1c19606d970a47dbdb (diff) |
Add instantiateVFWLDN for DANOS
Make timeout longer on looking for Deploy button in vid
Issue-ID: INT-1566
Change-Id: I02bac81b366b787b4a34664d08f9a07b91384978
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/vid')
-rw-r--r-- | robot/resources/vid/create_service_instance.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/vid/create_service_instance.robot b/robot/resources/vid/create_service_instance.robot index 1a99175f..bf2a56fe 100644 --- a/robot/resources/vid/create_service_instance.robot +++ b/robot/resources/vid/create_service_instance.robot @@ -93,7 +93,7 @@ Wait For Model 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_MEDIUM} Input Text When Enabled //input[@ng-model='searchString'] ${service_model_type} - Wait Until Element Is Visible xpath=//tr[td/span/text() = '${service_model_type}']/td/button[contains(text(),'Deploy')] ${GLOBAL_VID_UI_TIMEOUT_SHORT} + Wait Until Element Is Visible xpath=//tr[td/span/text() = '${service_model_type}']/td/button[contains(text(),'Deploy')] ${GLOBAL_VID_UI_TIMEOUT_MEDIUM} Delete Service Instance By GUI [Arguments] ${service_instance_id} |