diff options
author | DR695H <dr695h@att.com> | 2019-07-29 17:18:49 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-29 17:18:49 -0400 |
commit | 63e3c4bfd4d38e02e355019bb0ce2d7410481c4b (patch) | |
tree | c81bf20779eff19bdfb5a975e14340282a3503f3 /robot/resources/vid/create_service_instance.robot | |
parent | c0cf6a4765212cc66e364fa0eb43a2447366ce5b (diff) |
dont use outdated locator
Issue-ID: TEST-174
Change-Id: Iddff8eaec3300c3dc9485a18f46fe57296c8835c
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/vid/create_service_instance.robot')
-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 e617d8fc..46a142b7 100644 --- a/robot/resources/vid/create_service_instance.robot +++ b/robot/resources/vid/create_service_instance.robot @@ -54,7 +54,7 @@ Wait For Model Delete Service Instance By GUI [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'] + Click On Button When Enabled //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} ${response text}= Get Text xpath=//div[@ng-controller='deletionDialogController']//div[@ng-controller= 'msoCommitController']/pre[@class = 'log ng-binding'] ${request_id}= Parse Request Id ${response text} |