fix fp
parent
9d1ca82d4e
commit
6647b37291
|
@ -58,8 +58,15 @@ headless:
|
||||||
return window.alertTriggered
|
return window.alertTriggered
|
||||||
}
|
}
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: alerts
|
part: alerts
|
||||||
words:
|
words:
|
||||||
- "true"
|
- "true"
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "swagger"
|
||||||
|
case-insensitive: true
|
||||||
|
|
Loading…
Reference in New Issue