diff options
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 |