aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2019-10-14 11:19:28 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2019-10-15 08:38:47 +0000
commit932334d9523a23d8c437bef25accb7956451cc2f (patch)
tree5d42e9b9bd95f3082f8b2792c992fd8cfbfeec04
parent033c4feb0d158f2ff7c07051f9502b0c99fdfab7 (diff)
Update vid tests to take into account the new selenium libdublin
Get Cookie Value no more supported in Selenium 4 Issue-ID: INT-1237 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I8a224d5f90fd4cf9ee1c700b634208b2a5a416a4 (cherry picked from commit 357d8e2863841cee3373c9e3c692a996809d71ef)
-rw-r--r--tests/vid/resources/keywords/scaleout_vid_keywords.robot6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/vid/resources/keywords/scaleout_vid_keywords.robot b/tests/vid/resources/keywords/scaleout_vid_keywords.robot
index 0b96d45d..07ab11b9 100644
--- a/tests/vid/resources/keywords/scaleout_vid_keywords.robot
+++ b/tests/vid/resources/keywords/scaleout_vid_keywords.robot
@@ -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}