Commit 713437b41f54d68eb688b8bea8502d2c49c157de

Authored by Playtenders
1 parent 78768769

openeu_complaint_cancel_lot_resolved

... ... @@ -235,6 +235,7 @@ Resource playtender_agree
235 235 Run Keyword And Return If '${field_name}' == 'contracts[1].value.amountNet' Отримати інформацію із contracts[1].value.amountNet
236 236 Run Keyword And Return If '${field_name}' == 'contracts[1].value.amount' Отримати інформацію із contracts[1].value.amount
237 237 Run Keyword And Return If '${field_name}' == 'contracts[1].value.dateSigned' Отримати інформацію із contracts[1].dateSigned
  238 + Run Keyword And Return If '${field_name}' == 'cancellations[0].status' Отримати інформацію із cancellations[0].status
238 239 # Run Keyword And Return If '${field_name}' == 'budget.amount' Отримати інформацію із плану ${username} ${tender_uaid} ${field_name}
239 240 ${field_name} = set variable tender.${field_name}.value
240 241 ${value} = get field_value by field_name on opened page ${field_name}
... ...
... ... @@ -327,6 +327,7 @@ Change the status of the complaint
327 327
328 328 open tender page by uaid ${tender_uaid}
329 329 log many ${confirmation_data}
  330 + Run Keyword If "АМКУ по скарзі пре-кваліфікації учасника" in "${TEST TAGS}" or "АМКУ по скарзі на визначення переможця" in "${TEST TAGS}" amku result ${username} ${tender_uaid} ${complaintID} ${confirmation_data}
330 331 capture page screenshot
331 332 click visible element ${claim_page_open_btn_locator}
332 333 capture page screenshot
... ... @@ -356,6 +357,13 @@ Change the status of the complaint
356 357 ... AND submit form and check result ${claim_form_change_status_success_btn_locator} ${claim_form_change_status_submit_success_msg} ${true}
357 358 capture page screenshot
358 359
  360 +amku result
  361 + [Arguments] ${username} ${tender_uaid} ${complaintID} ${confirmation_data}
  362 + [Documentation] Виконує ішення АМКУ
  363 + ... потрібно скасувати рішення по оскаржуваній кваліфікації
  364 +
  365 +
  366 +
359 367
360 368 complete the payment of the complaint
361 369 [Arguments] ${username} ${payment_data}
... ...
... ... @@ -240,8 +240,8 @@ get value from lot
240 240 [Arguments] ${lot_id}
241 241 [Documentation] Отримати значення поля title з лоту з lot_id в описі для тендера tender_uaid.
242 242
243   - ${return_value} = Run Keyword If 'lots[0].title' == '${lot_id}' get value by locator on opened page ${tender_lot_title_value_locator}
244   - ... ELSE get value by locator on opened page ${tender_lot1_title_value_locator}
  243 + ${return_value} = Run Keyword If 'lots[1].title' == '${lot_id}' get value by locator on opened page ${tender_lot1_title_value_locator}
  244 + ... ELSE get value by locator on opened page ${tender_lot_title_value_locator}
245 245
246 246 [return] ${return_value}
247 247
... ... @@ -497,6 +497,14 @@ Wait For QualificationsPeriodEnd
497 497 \ Reload Page
498 498 \ ${complaintPeriod} = get value by locator on opened page ${tender_qualificationPeriod_endDate_value_locator}
499 499
  500 +Отримати інформацію із cancellations[0].status
  501 + [Documentation] Отримати значення поля cancellations[0].status
  502 +
  503 + ${tmp} = get value by locator on opened page ${tender_cancellations_0_status_value_locator}
  504 + ${return_value} = Set Variable If '${tmp}' in 'Скасовано' pending pending
  505 +# ${return_value} = get value by locator on opened page ${tender_contracts_0_status_value_locator}
  506 + [return] ${return_value}
  507 +
500 508 Отримати інформацію із contracts[0].status
501 509 [Documentation] Отримати значення поля contracts[0].status
502 510
... ...
... ... @@ -216,6 +216,7 @@ ${tender_contracts_1_amountnet_value_type} = float
216 216 ${tender_contracts_1_amount_value_locator} = jquery=#contracts-pjax .tender-contract-info-wrapper .amount-source.hidden
217 217 ${tender_contracts_1_amount_value_type} = float
218 218 ${tender_contracts_1_datesigned_value_locator} = jquery=#contracts-pjax .tender-contract-info-wrapper .date-signed-source.hidden
  219 +${tender_cancellations_0_status_value_locator} = jquery=#lots .cancellation-info-wrapper .info-row.status .value div span span
219 220
220 221 ${wait_msg_contract} = Завантаження контракту буде
221 222
... ...
Please register or login to post a comment