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/portal_interface.robot | |
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/portal_interface.robot')
-rw-r--r-- | robot/resources/portal_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/portal_interface.robot b/robot/resources/portal_interface.robot index e8a6c53c..273ecc58 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 xpath=${xpath} ${value} + Select From List By Value xpath=${xpath} ${value} Input Text When Enabled [Arguments] ${xpath} ${value} ${timeout}=${GLOBAL_VID_UI_TIMEOUT_MEDIUM} |