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 2
2
Importing SeleniumLibrary Should Fail If Plugin Is Not Found
3
3
[Documentation] When importing plugin fails, the SeleniumLibrary import fails and
4
4
... 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).*
6
6
Import Library
7
7
... SeleniumLibrary
8
8
... plugins=${CURDIR } /FailPlugin.py
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ${FRONT_PAGE}= ${ROOT}/
9
9
Importing SeleniumLibrary Should Fail If Plugin Is Not Found
10
10
[Documentation] When finding plugin fails, the SeleniumLibrary import fails and
11
11
... 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).*
13
13
Import Library
14
14
... SeleniumLibrary
15
15
... plugins=${CURDIR } /NotHere.py
Original file line number Diff line number Diff line change 2
2
Importing SeleniumLibrary Should Fail If Plugin Is Not Found
3
3
[Documentation] When importing plugin from module, the SeleniumLibrary import fails and
4
4
... 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).*
6
6
Import Library
7
7
... SeleniumLibrary
8
8
... plugins=${CURDIR } /ModulePlugin.py
You can’t perform that action at this time.
0 commit comments