Commit 578f354c53481acb73f568af39d88065564b3d2a

Authored by Playtenders
1 parent 8aba7235

status mistaken complaint

... ... @@ -662,6 +662,28 @@ Resource playtender_agree
662 662
663 663 Run Keyword And Return Change the status of the complaint ${username} ${tender_uaid} ${complaintID} ${confirmation_data}
664 664
  665 +Завантажити документацію до вимоги
  666 + [Arguments] ${username} ${tender_uaid} ${complaintID} ${document}
  667 + [Documentation] Завантажити документацію до вимоги
  668 +
  669 +
  670 +Виконати оплату скарги
  671 + [Arguments] ${username} ${payment_data}
  672 + [Documentation] Виконати оплату скарги
  673 +
  674 +
  675 +Змінити статус скарги на скасування
  676 + [Arguments] ${username} ${tender_uaid} ${complaintID} ${qualification_index} ${confirmation_data}
  677 + Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data}
  678 +
  679 +Змінити статус скарги на визначення пре-кваліфікації учасника
  680 + [Arguments] ${username} ${tender_uaid} ${complaintID} ${qualification_index} ${confirmation_data}
  681 + Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data}
  682 +
  683 +Змінити статус скарги на визначення переможця
  684 + [Arguments] ${username} ${tender_uaid} ${complaintID} ${award_index} ${confirmation_data}
  685 + Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data}
  686 +
665 687
666 688 ########################################################################################################################
667 689 ################################################### END CLAIM KEYWORDS #############################################
... ...
... ... @@ -328,10 +328,13 @@ Change the status of the complaint
328 328 capture page screenshot
329 329 wait until page contains element with reloading ${claim_form_open_form_change_status_btn_locator}
330 330 capture page screenshot
331   - open popup by btn locator ${claim_form_open_form_change_status_btn_locator}
332   - capture page screenshot
333   - input text to exist visible input ${claim_form_change_status_resolution_value_locator} ${confirmation_data.data.tendererAction}
334   - capture page screenshot
335   - submit form and check result ${claim_form_change_status_success_btn_locator} ${claim_form_change_status_submit_success_msg}
  331 + Run Keyword If '${confirmation_data.data.status}' == 'mistaken'
  332 + ... Execute Javascript $('#tender-complaint-list a[href*="/tender-complaint/complaint-cancel"]').text()
  333 + Run Keyword If '${confirmation_data.data.status}' == 'resolved' Run keywords
  334 + ... open popup by btn locator ${claim_form_open_form_change_status_btn_locator}
  335 + ... capture page screenshot
  336 + ... input text to exist visible input ${claim_form_change_status_resolution_value_locator} ${confirmation_data.data.tendererAction}
  337 + ... capture page screenshot
  338 + ... submit form and check result ${claim_form_change_status_success_btn_locator} ${claim_form_change_status_submit_success_msg}
336 339 capture page screenshot
337 340
... ...
Please register or login to post a comment