We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e05d89 commit 00ea092Copy full SHA for 00ea092
atest/acceptance/create_webdriver.robot
@@ -30,7 +30,7 @@ Create Webdriver With Bad Keyword Argument Dictionary
30
[Documentation] Invalid arguments types
31
${status} ${error} = Run Keyword And Ignore Error Create Webdriver Firefox kwargs={'spam': 'eggs'}
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\.)
+ Should Match Regexp ${error} (TypeError: (?:WebDriver.)?__init__\\(\\) got an unexpected keyword argument 'spam'|kwargs must be a dictionary\.)
34
35
*** Keywords ***
36
Set Driver Variables
0 commit comments