diff options
Diffstat (limited to 'robot')
-rw-r--r-- | robot/resources/vid/vid_interface.robot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robot/resources/vid/vid_interface.robot b/robot/resources/vid/vid_interface.robot index a9294c33..58ba0e56 100644 --- a/robot/resources/vid/vid_interface.robot +++ b/robot/resources/vid/vid_interface.robot @@ -22,6 +22,8 @@ Run VID Health Check ${resp}= Run VID Get Request ${VID_HEALTHCHECK_PATH} Should Be Equal As Strings ${resp.status_code} 200 Should Be String ${resp.json()['detailedMsg']} + Login To VID GUI + Go To VID HOME Run VID Get Request [Documentation] Runs an VID get request |