Commit 0edd452f2509a20c5b6b090ea05d95583ff9a35b

Authored by Playtenders
1 parent 6c4eab02

Complaints. begin

... ... @@ -540,7 +540,7 @@ Resource playtender_contr
540 540 Підтвердити вирішення вимоги ${username} ${tender_uaid} award null ${complaintID} ${escalating_data} ${award_index}
541 541
542 542 Отримати інформацію із скарги
543   - [Arguments] ${username} ${tender_uaid} ${complaintID} ${field_name} ${award_index}=${None}
  543 + [Arguments] ${username} ${tender_uaid} ${complaintID} ${field_name} ${object_index}=${None} ${object}=${None}
544 544 [Documentation] Отримати значення поля field_name скарги/вимоги complaintID про
545 545 ... виправлення умов закупівлі/лоту для тендера tender_uaid (скарги/вимоги про
546 546 ... виправлення визначення переможця під номером award_index, якщо award_index != None).
... ...
... ... @@ -79,6 +79,7 @@ ${tender_qualifications_0_status_value_locator} = jquery=.pjax
79 79 ${tender_qualifications_1_status_value_locator} = jquery=.pjax-container .pseudo-table__row[qualification-index="1"] .qualification-info-wrapper .status-source
80 80
81 81 #lots
  82 +${tender_lot_0_title_value_locator} = jquery=#lots .tabs__list .tabs__item--active .tabs__tab-big-text
82 83 ${tender_lots_title_value_locator_tpl} = jquery=#lots .tabs__content .tabs__pane--visible > span div.textvalue:first
83 84 ${tender_lots_description_value_locator_tpl} = jquery=#lots .tabs__content .tabs__pane--visible > span div.textvalue.hidden
84 85 ${tender_lots_value_amount_value_locator_tpl} = jquery=#lots .tabs__content .tabs__pane--visible .budget-source.hidden
... ...
Please register or login to post a comment