File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
atest/acceptance/1-plugin Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22Importing 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ${FRONT_PAGE}= ${ROOT}/
99Importing 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
Original file line number Diff line number Diff line change 22Importing 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
You can’t perform that action at this time.
0 commit comments