From 17bab9f7944bc070791001e1eb4d5657c1a619dc Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Mon, 27 Apr 2020 18:27:26 -0500 Subject: 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 --- robot/resources/vid/create_service_instance.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/resources') 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} -- cgit 1.2.3-korg