Commit e54322ebe293e786f9d5ff0fbc18c2f7635a7e99
1 parent
f3c1a9c8
add payment data preparation keyword
Showing
1 changed file
with
6 additions
and
0 deletions
... | ... | @@ -298,6 +298,12 @@ Get Broker Property By Username |
298 | 298 | [Return] ${complaint} |
299 | 299 | |
300 | 300 | |
301 | +Підготувати дані для оплати скарги | |
302 | + [Arguments] ${complaint_token} ${complaint_value} ${complaint_uaid} | |
303 | + ${payment_data}= test_payment_data ${complaint_token} ${complaint_value} ${complaint_uaid} | |
304 | + [Return] ${payment_data} | |
305 | + | |
306 | + | |
301 | 307 | Підготувати дані для прийняття скарги до розгляду |
302 | 308 | ${confirmation_data}= test_accept_complaint_data |
303 | 309 | [Return] ${confirmation_data} | ... | ... |
Please
register
or
login
to post a comment