Skip to content

Commit b19292d

Browse files
committed
Support RF 4.0
1 parent 132cd7f commit b19292d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

atest/acceptance/1-plugin/failure_in_plugin.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Importing SeleniumLibrary Should Fail If Plugin Is Not Found
33
[Documentation] When importing plugin fails, the SeleniumLibrary import fails and
44
... therefore Open Browser keyword is not found.
5-
... FAIL STARTS: Initializing test library 'SeleniumLibrary' with arguments
5+
... FAIL REGEXP: (Initializing test library 'SeleniumLibrary'|Initializing library 'SeleniumLibrary' with arguments).*
66
Import Library
77
... SeleniumLibrary
88
... plugins=${CURDIR}/FailPlugin.py

atest/acceptance/1-plugin/plugin_does_not_exist.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ${FRONT_PAGE}= ${ROOT}/
99
Importing SeleniumLibrary Should Fail If Plugin Is Not Found
1010
[Documentation] When finding plugin fails, the SeleniumLibrary import fails and
1111
... therefore Open Browser keyword is not found.
12-
... FAIL STARTS: Initializing test library 'SeleniumLibrary' with arguments
12+
... FAIL REGEXP: (Initializing test library 'SeleniumLibrary'|Initializing library 'SeleniumLibrary' with arguments).*
1313
Import Library
1414
... SeleniumLibrary
1515
... plugins=${CURDIR}/NotHere.py

atest/acceptance/1-plugin/plugin_from_module_fails.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Importing SeleniumLibrary Should Fail If Plugin Is Not Found
33
[Documentation] When importing plugin from module, the SeleniumLibrary import fails and
44
... therefore Open Browser keyword is not found.
5-
... FAIL STARTS: Initializing test library 'SeleniumLibrary' with arguments
5+
... FAIL REGEXP: (Initializing test library 'SeleniumLibrary'|Initializing library 'SeleniumLibrary' with arguments).*
66
Import Library
77
... SeleniumLibrary
88
... plugins=${CURDIR}/ModulePlugin.py

0 commit comments

Comments
 (0)