Skip to content

Commit 5be0ff2

Browse files
committed
Updated unit test on option parser
The new selenium options parser has a slightly different behaviour when it comes to multiple arguments with generious spacing within its option string. In stead of leaving preceeding and trailing spaces it removes those. This change is approved files corrects for this change.
1 parent 66aabbd commit 5be0ff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utest/test/keywords/approved_files/test_selenium_options_parser.test_split_options.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Selenium options string splitting
55
2) ['attribute=True']
66
3) ['attribute="semi;colons;middle"', 'other_attribute=True']
77
4) ['method("arg1;")', 'method(";arg2;")']
8-
5) ['method ( " arg1 ")', ' method ( " arg2 " ) ']
8+
5) ['method ( " arg1 ")', 'method ( " arg2 " )']

0 commit comments

Comments
 (0)