Remove conditions that broke the template
parent
9005a3f532
commit
cf12749945
|
@ -18,16 +18,7 @@ requests:
|
|||
max-redirects: 2
|
||||
cookie-reuse: true
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: dsl
|
||||
dsl:
|
||||
- contains(tolower(all_headers), 'admin=')
|
||||
part: header
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Magento Admin</title>"
|
||||
part: body
|
Loading…
Reference in New Issue