Update vid tests to take into account the new selenium lib
[integration/csit.git] / tests / vid / resources / keywords / scaleout_vid_keywords.robot
index 0b96d45..07ab11b 100644 (file)
@@ -39,7 +39,5 @@ Login to VID Internally
     Input Text   id=loginId    ${username}
     Input Password  id=password  ${password}
     Click Element  id=loginBtn
-    ${cookie_value}     Get Cookie Value    JSESSIONID
-    [Return]  JSESSIONID=${cookie_value}
-
-
+    ${cookie}     Get Cookie    JSESSIONID
+    [Return]  JSESSIONID=${cookie.value}