Added missing AND condition
parent
123ce5682b
commit
f50d09fada
|
@ -13,11 +13,12 @@ requests:
|
|||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<!--<title>BMS - Login</title>-->'
|
||||
- 'BMS - Login'
|
||||
- 'Copyright all rights reserved by Open BMCS'
|
||||
- 'OpenBMCS does not support Internet Explorer'
|
||||
condition: or
|
||||
|
|
Loading…
Reference in New Issue