We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822a862 commit 3139960Copy full SHA for 3139960
1 file changed
atest/acceptance/keywords/cookies.robot
@@ -9,8 +9,8 @@ Library DateTime
9
*** Test Cases ***
10
Get Cookies
11
${cookies}= Get Cookies
12
- Should Be Equal As Strings ${cookies}
13
- ... another=value; test=seleniumlibrary; far_future=timemachine
+ Should Match Regexp ${cookies}
+ ... (?=.*another=value)(?=.*test=seleniumlibrary)(?=.*far_future=timemachine)
14
15
Get Cookies As Dict
16
${cookies}= Get Cookies as_dict=True
0 commit comments