aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-07-30 10:51:59 -0400
committerDR695H <dr695h@att.com>2019-07-30 10:51:59 -0400
commite9bd8e9d0f2bc7f54440fcf899b0a8fb00a47b77 (patch)
tree4bbd34ac3e47942cf7fc344c4f5593a2df49a6d9
parent8cd8e394d2552c676d92a3e85078e755a4bafdae (diff)
adding in the by label instead of by value
Issue-ID: TEST-174 Change-Id: I82398e2d26f638a9cc32c3080b12973563f3be81 Signed-off-by: DR695H <dr695h@att.com>
-rw-r--r--robot/resources/portal_interface.robot2
-rw-r--r--robot/resources/vid/vid_interface.robot2
2 files changed, 2 insertions, 2 deletions
diff --git a/robot/resources/portal_interface.robot b/robot/resources/portal_interface.robot
index 273ecc58..523a9166 100644
--- a/robot/resources/portal_interface.robot
+++ b/robot/resources/portal_interface.robot
@@ -138,7 +138,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 By Value xpath=${xpath} ${value}
+ Select From List By Label xpath=${xpath} ${value}
Input Text When Enabled
[Arguments] ${xpath} ${value} ${timeout}=${GLOBAL_VID_UI_TIMEOUT_MEDIUM}
diff --git a/robot/resources/vid/vid_interface.robot b/robot/resources/vid/vid_interface.robot
index 0e74a486..bcdc1494 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 By Value xpath=${xpath} ${value}
+ Select From List By Label xpath=${xpath} ${value}
Input Text When Enabled
[Arguments] ${xpath} ${value} ${timeout}=${GLOBAL_VID_UI_TIMEOUT_MEDIUM}