diff options
author | DR695H <dr695h@att.com> | 2019-07-15 17:19:12 -0400 |
---|---|---|
committer | Gary Wu <gary.wu@futurewei.com> | 2019-07-16 20:08:36 +0000 |
commit | 1ccabd032ef21aee844640b49541d6f1224d572b (patch) | |
tree | e25a1cbb60881f9ec62405bf760972ca5e701aad /robot/resources/vid | |
parent | 97fec22483d9410037714505b954ff80a0d15a0c (diff) |
removing the rest of preload global vars
Issue-ID: TEST-174
Change-Id: Ie5354df3526133d398d3fea703145c4a1649b3c1
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/vid')
-rw-r--r-- | robot/resources/vid/create_service_instance.robot | 4 | ||||
-rw-r--r-- | robot/resources/vid/vid_interface.robot | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/robot/resources/vid/create_service_instance.robot b/robot/resources/vid/create_service_instance.robot index 458cae23..45ea899d 100644 --- a/robot/resources/vid/create_service_instance.robot +++ b/robot/resources/vid/create_service_instance.robot @@ -52,7 +52,7 @@ Wait For Model Wait Until Element Is Visible xpath=//tr[td/span/text() = '${service_model_type}']/td/button[contains(text(),'Deploy')] ${GLOBAL_VID_UI_TIMEOUT_SHORT} Delete Service Instance By GUI - [Arguments] ${service_instance_id} ${customer_name} + [Arguments] ${service_instance_id} Click On Element When Visible xpath=//a/span[@class='glyphicon glyphicon-remove'] Click On Button When Enabled xpath=//div[@class='buttonRow']/button[@ngx-enabled='true'] Wait Until Element Contains xpath=//div[@ng-controller='deletionDialogController']//div[@ng-controller= 'msoCommitController']/pre[@class = 'log ng-binding'] requestId timeout=${GLOBAL_VID_UI_TIMEOUT_LONG} @@ -62,7 +62,7 @@ Delete Service Instance By GUI Search Service Instance - [Arguments] ${service_instance_id} ${customer_name} + [Arguments] ${service_instance_id} Click Link xpath=//div[@heading = 'Search for Existing Service Instances']/a Input Text When Enabled //input[@name='selectedServiceInstance'] ${service_instance_id} Click On Button When Enabled //button[text() = 'Submit'] diff --git a/robot/resources/vid/vid_interface.robot b/robot/resources/vid/vid_interface.robot index 2deef678..29af9148 100644 --- a/robot/resources/vid/vid_interface.robot +++ b/robot/resources/vid/vid_interface.robot @@ -79,7 +79,7 @@ Select From List When Enabled [Arguments] ${xpath} ${value} ${timeout}=${GLOBAL_VID_UI_TIMEOUT_MEDIUM} Wait Until Page Contains Element xpath=${xpath} ${timeout} Wait Until Element Is Enabled xpath=${xpath} ${timeout} - Select From List xpath=${xpath} ${value} + Select From List By Value xpath=${xpath} ${value} Input Text When Enabled [Arguments] ${xpath} ${value} ${timeout}=${GLOBAL_VID_UI_TIMEOUT_MEDIUM} |