Showing
1 changed file
with
17 additions
and
0 deletions
... | ... | @@ -656,6 +656,23 @@ Resource playtender_agree |
656 | 656 | |
657 | 657 | Run Keyword And Return Створити вимогу ${username} ${tender_uaid} tender null ${claim} null |
658 | 658 | |
659 | +Створити чернетку вимоги/скарги про виправлення визначення переможця | |
660 | + [Arguments] ${username} ${tender_uaid} ${claim} ${index} | |
661 | + [Documentation] Створює вимоги/скарги claim на скасування | |
662 | + ... у статусі claim для тендера tender_uaid. Можна створити | |
663 | + ... вимогу як з документом, який знаходиться за шляхом document, | |
664 | + | |
665 | + Run Keyword And Return Створити вимогу ${username} ${tender_uaid} winner_complaint ${proposal_id} ${claim} null | |
666 | +# ${doc_name} | |
667 | + | |
668 | +Створити чернетку вимоги/скарги про виправлення кваліфікації учасника | |
669 | + [Arguments] ${username} ${tender_uaid} ${claim} ${index} | |
670 | + [Documentation] Створює вимоги/скарги claim на скасування | |
671 | + ... у статусі claim для тендера tender_uaid. Можна створити | |
672 | + ... вимогу як з документом, який знаходиться за шляхом document, | |
673 | + | |
674 | + Run Keyword And Return Створити вимогу ${username} ${tender_uaid} tender null ${claim} null | |
675 | + | |
659 | 676 | Змінити статус скарги |
660 | 677 | [Arguments] ${username} ${tender_uaid} ${complaintID} ${confirmation_data} |
661 | 678 | [Documentation] Змінює статус скарги complaintID | ... | ... |
Please
register
or
login
to post a comment