fix headless
parent
ef2966fff1
commit
f26c121376
|
@ -15,17 +15,14 @@ info:
|
|||
|
||||
self-contained: true
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "https://thepiratebay.org/search.php?q=user:{{user}}'
|
||||
headless:
|
||||
- steps:
|
||||
- args:
|
||||
url: 'https://thepiratebay.org/search.php?q=user:{{user}}'
|
||||
action: navigate
|
||||
- action: waitload
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "!contains(data,'No results returned')"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue