parent
83bab07dd6
commit
f6daf90e92
|
@ -12,9 +12,12 @@ requests:
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}"
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- 'Do you want to register'
|
- 'Do you want to register'
|
||||||
- '*.wordpress.com'
|
|
||||||
condition: and
|
- type: regex
|
||||||
|
regex:
|
||||||
|
- "[a-zA-Z0-9][a-zA-Z0-9-_]*\.)*[a-zA-Z0-9]*[a-zA-Z0-9-_]*[[a-zA-Z0-9].wordpress.com"
|
||||||
|
|
Loading…
Reference in New Issue