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