Showing
2 changed files
with
4 additions
and
3 deletions
... | ... | @@ -709,11 +709,13 @@ Resource playtender_agree |
709 | 709 | Змінити статус скарги на визначення пре-кваліфікації учасника |
710 | 710 | [Arguments] ${username} ${tender_uaid} ${complaintID} ${qualification_index} ${confirmation_data} |
711 | 711 | |
712 | + amku result ${username} ${tender_uaid} ${complaintID} ${confirmation_data} | |
712 | 713 | playtender.Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data} |
713 | 714 | |
714 | 715 | Змінити статус скарги на визначення переможця |
715 | 716 | [Arguments] ${username} ${tender_uaid} ${complaintID} ${award_index} ${confirmation_data} |
716 | 717 | |
718 | + amku result ${username} ${tender_uaid} ${complaintID} ${confirmation_data} | |
717 | 719 | playtender.Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data} |
718 | 720 | |
719 | 721 | Завантажити документ до скарги в окремий об'єкт | ... | ... |
... | ... | @@ -326,9 +326,6 @@ Change the status of the complaint |
326 | 326 | [Documentation] Змінює статус скарги complaintID |
327 | 327 | |
328 | 328 | open tender page by uaid ${tender_uaid} |
329 | - log many ${TEST TAGS} | |
330 | -# Run Keyword If "АМКУ по скарзі пре-кваліфікації учасника" in "${TEST TAGS}" or "АМКУ по скарзі на визначення переможця" in "${TEST TAGS}" amku result ${username} ${tender_uaid} ${complaintID} ${confirmation_data} | |
331 | - Run Keyword If "\u0417\u0430\u043c\u043e\u0432\u043d\u0438\u043a \u0432\u0438\u043a\u043e\u043d\u0443\u0454" in "${TEST TAGS}" or "АМКУ по скарзі на визначення переможця" in "${TEST TAGS}" amku result ${username} ${tender_uaid} ${complaintID} ${confirmation_data} | |
332 | 329 | capture page screenshot |
333 | 330 | click visible element ${claim_page_open_btn_locator} |
334 | 331 | capture page screenshot |
... | ... | @@ -363,6 +360,8 @@ amku result |
363 | 360 | [Documentation] Виконує ішення АМКУ |
364 | 361 | ... потрібно скасувати рішення по оскаржуваній кваліфікації |
365 | 362 | |
363 | + open tender page by uaid ${tender_uaid} | |
364 | + capture page screenshot | |
366 | 365 | Execute Javascript $('#bids-pjax .pseudo-table__row .badge .badge__inner .badge__text:contains("Кваліфікувати")').click() |
367 | 366 | capture page screenshot |
368 | 367 | run keyword and ignore error wait until page contains element ${qualification_form_description_cancellation_input_locator} | ... | ... |
Please
register
or
login
to post a comment