File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Library Collections
7
7
Create Webdriver Creates Functioning WebDriver
8
8
[Documentation]
9
9
... LOG 1:1 INFO REGEXP: Creating an instance of the \\w+ WebDriver.
10
- ... LOG 1:25 DEBUG REGEXP: Created \\w+ WebDriver instance with session id (\\w|-)+.
10
+ ... LOG 1:19 DEBUG REGEXP: Created \\w+ WebDriver instance with session id (\\w|-)+.
11
11
[Tags] Known Issue Internet Explorer Known Issue Safari
12
12
[Setup] Set Driver Variables
13
13
Create Webdriver ${DRIVER_NAME } kwargs=${KWARGS }
@@ -30,7 +30,7 @@ Create Webdriver With Bad Keyword Argument Dictionary
30
30
[Documentation] Invalid arguments types
31
31
${status } ${error } = Run Keyword And Ignore Error Create Webdriver Firefox kwargs={'spam': 'eggs'}
32
32
Should Be Equal ${status } FAIL
33
- Should Match Regexp ${error } (TypeError: WebDriver.__init__\\(\\) got an unexpected keyword argument 'spam'|kwargs must be a dictionary\.)
33
+ Should Match Regexp ${error } (TypeError: (?: WebDriver.) __init__\\(\\) got an unexpected keyword argument 'spam'|kwargs must be a dictionary\.)
34
34
35
35
*** Keywords ***
36
36
Set Driver Variables
You can’t perform that action at this time.
0 commit comments