Commit 2f3551758e139d59a63b96f2b36a4184d91637fc

Authored by Playtenders
1 parent b19bea6c

amku result

@@ -709,11 +709,13 @@ Resource playtender_agree @@ -709,11 +709,13 @@ Resource playtender_agree
709 Змінити статус скарги на визначення пре-кваліфікації учасника 709 Змінити статус скарги на визначення пре-кваліфікації учасника
710 [Arguments] ${username} ${tender_uaid} ${complaintID} ${qualification_index} ${confirmation_data} 710 [Arguments] ${username} ${tender_uaid} ${complaintID} ${qualification_index} ${confirmation_data}
711 711
  712 + amku result ${username} ${tender_uaid} ${complaintID} ${confirmation_data}
712 playtender.Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data} 713 playtender.Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data}
713 714
714 Змінити статус скарги на визначення переможця 715 Змінити статус скарги на визначення переможця
715 [Arguments] ${username} ${tender_uaid} ${complaintID} ${award_index} ${confirmation_data} 716 [Arguments] ${username} ${tender_uaid} ${complaintID} ${award_index} ${confirmation_data}
716 717
  718 + amku result ${username} ${tender_uaid} ${complaintID} ${confirmation_data}
717 playtender.Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data} 719 playtender.Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data}
718 720
719 Завантажити документ до скарги в окремий об'єкт 721 Завантажити документ до скарги в окремий об'єкт
@@ -326,9 +326,6 @@ Change the status of the complaint @@ -326,9 +326,6 @@ Change the status of the complaint
326 [Documentation] Змінює статус скарги complaintID 326 [Documentation] Змінює статус скарги complaintID
327 327
328 open tender page by uaid ${tender_uaid} 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 capture page screenshot 329 capture page screenshot
333 click visible element ${claim_page_open_btn_locator} 330 click visible element ${claim_page_open_btn_locator}
334 capture page screenshot 331 capture page screenshot
@@ -363,6 +360,8 @@ amku result @@ -363,6 +360,8 @@ amku result
363 [Documentation] Виконує ішення АМКУ 360 [Documentation] Виконує ішення АМКУ
364 ... потрібно скасувати рішення по оскаржуваній кваліфікації 361 ... потрібно скасувати рішення по оскаржуваній кваліфікації
365 362
  363 + open tender page by uaid ${tender_uaid}
  364 + capture page screenshot
366 Execute Javascript $('#bids-pjax .pseudo-table__row .badge .badge__inner .badge__text:contains("Кваліфікувати")').click() 365 Execute Javascript $('#bids-pjax .pseudo-table__row .badge .badge__inner .badge__text:contains("Кваліфікувати")').click()
367 capture page screenshot 366 capture page screenshot
368 run keyword and ignore error wait until page contains element ${qualification_form_description_cancellation_input_locator} 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