diff options
author | Brian Freeman <bf1936@att.com> | 2018-10-08 08:23:20 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-10-08 08:23:31 -0500 |
commit | 796b9ebfd05abefe67f15bcd1c3caea6a03d1b36 (patch) | |
tree | 56cb02384edcca11e535ec099ca241cd5f83fdc9 /robot/resources/vid/vid_interface.robot | |
parent | ca148ba726eaaba74737114547eaf530d65f0437 (diff) |
Reduce time for dist and Casablanca VID UI
Issue-ID: INT-681
Change-Id: I5eb7bb4660462532de9118b6c5b82a1f0ba06d63
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/vid/vid_interface.robot')
-rw-r--r-- | robot/resources/vid/vid_interface.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/robot/resources/vid/vid_interface.robot b/robot/resources/vid/vid_interface.robot index 35522793..1cbdf321 100644 --- a/robot/resources/vid/vid_interface.robot +++ b/robot/resources/vid/vid_interface.robot @@ -50,6 +50,7 @@ Login To VID GUI Input Password xpath=//input[@id='password'] ${GLOBAL_VID_PASSWORD} Click Button xpath=//input[@id='loginBtn'] Wait Until Page Contains Welcome to VID ${GLOBAL_SELENIUM_BROWSER_WAIT_TIMEOUT} + Select From List By Label //select[@id='selectTestApi'] VNF_API (old) Log Logged in to ${VID_ENDPOINT}${VID_ENV} Go To VID HOME |