Showing
2 changed files
with
9 additions
and
17 deletions
... | ... | @@ -362,7 +362,7 @@ Library openprocurement_client_helper.py |
362 | 362 | Log ${reply} |
363 | 363 | |
364 | 364 | |
365 | -Додати запит на скасування | |
365 | +Скасувати процедуру | |
366 | 366 | [Documentation] |
367 | 367 | ... [Arguments] Username, tender uaid, cancellation reason, |
368 | 368 | ... document and new description of document |
... | ... | @@ -385,6 +385,9 @@ Library openprocurement_client_helper.py |
385 | 385 | Змінити опис документа в скасуванні ${username} ${tender_uaid} ${cancellation_id} ${document_id} ${new_description} |
386 | 386 | |
387 | 387 | |
388 | + Підтвердити скасування закупівлі ${username} ${tender_uaid} ${cancellation_id} | |
389 | + | |
390 | + | |
388 | 391 | Завантажити документацію до запиту на скасування |
389 | 392 | [Documentation] |
390 | 393 | ... [Arguments] Username, tender uaid, cancellation id and document to upload |
... | ... | @@ -431,9 +434,9 @@ Library openprocurement_client_helper.py |
431 | 434 | ... [Arguments] Username, tender uaid, cancellation number |
432 | 435 | ... Find tender using uaid, get cancellation confirmation data and call patch_cancellation |
433 | 436 | ... [Return] Nothing |
434 | - [Arguments] ${username} ${tender_uaid} ${cancel_num} | |
437 | + [Arguments] ${username} ${tender_uaid} ${cancel_id} | |
435 | 438 | ${tender}= Пошук тендера по ідентифікатору ${username} ${tender_uaid} |
436 | - ${data}= test_confirm_data ${tender['data']['cancellations'][${cancel_num}]['id']} | |
439 | + ${data}= test_confirm_data ${cancel_id} | |
437 | 440 | Log ${data} |
438 | 441 | ${reply}= Call Method ${USERS.users['${username}'].client} patch_cancellation ${tender} ${data} |
439 | 442 | Log ${reply} | ... | ... |
... | ... | @@ -34,15 +34,15 @@ ${broker} Quinta |
34 | 34 | Log ${TENDER} |
35 | 35 | |
36 | 36 | |
37 | -Можливість сформувати запит на скасування прямої закупівлі | |
38 | - [Tags] ${USERS.users['${tender_owner}'].broker}: Можливість сформувати запит на скасування прямої закупівлі | |
37 | +Можливість скасувати пряму закупівлю | |
38 | + [Tags] ${USERS.users['${tender_owner}'].broker}: Можливість скасувати пряму закупівлю | |
39 | 39 | ... tender_owner |
40 | 40 | ... ${USERS.users['${tender_owner}'].broker} |
41 | 41 | ... level2 |
42 | 42 | [Setup] Дочекатись синхронізації з майданчиком ${tender_owner} |
43 | 43 | ${cancellation_data}= Підготувати дані про скасування ${tender_owner} |
44 | 44 | Викликати для учасника ${tender_owner} |
45 | - ... Додати запит на скасування | |
45 | + ... Скасувати процедуру | |
46 | 46 | ... ${TENDER['TENDER_UAID']} |
47 | 47 | ... ${cancellation_data['cancellation_reason']} |
48 | 48 | ... ${cancellation_data['document']} |
... | ... | @@ -53,17 +53,6 @@ ${broker} Quinta |
53 | 53 | Set suite variable ${DOC_NUM} |
54 | 54 | |
55 | 55 | |
56 | -Можливість активувати скасування прямої закупівлі | |
57 | - [Tags] ${USERS.users['${tender_owner}'].broker}: Можливість активувати скасування прямої закупівлі | |
58 | - ... tender_owner | |
59 | - ... ${USERS.users['${tender_owner}'].broker} | |
60 | - ... level2 | |
61 | - Викликати для учасника ${tender_owner} | |
62 | - ... Підтвердити скасування закупівлі | |
63 | - ... ${TENDER['TENDER_UAID']} | |
64 | - ... ${CANCEL_NUM} | |
65 | - | |
66 | - | |
67 | 56 | Відображення активного статусу скасування прямої закупівлі |
68 | 57 | [Tags] ${USERS.users['${viewer}'].broker}: Відображення активного статусу скасування прямої закупівлі |
69 | 58 | ... viewer | ... | ... |
Please
register
or
login
to post a comment