Showing
2 changed files
with
5 additions
and
2 deletions
... | ... | @@ -325,9 +325,11 @@ Change the status of the complaint |
325 | 325 | wait until page contains element with reloading ${claim_open_form_answer_locator} |
326 | 326 | capture page screenshot |
327 | 327 | Run Keyword If '${confirmation_data.data.status}' == 'mistaken' Run keywords |
328 | - ... Execute Javascript $('#tender-complaint-list a[href*="/tender-complaint/complaint-cancel"]').click() | |
328 | +# ... Execute Javascript $('#tender-complaint-list a[href*="/tender-complaint/complaint-cancel"]').click() | |
329 | 329 | ... AND capture page screenshot |
330 | - ... AND wait until element is visible ${select_complaint_submit_success_msg} 5 | |
330 | +# ... AND wait until element is visible ${select_complaint_submit_success_msg} 5 | |
331 | + ... AND capture page screenshot | |
332 | + ... AND submit form and check result ${qualification_form_submit_btn_locator} ${select_complaint_submit_success_msg} | |
331 | 333 | ... AND capture page screenshot |
332 | 334 | ... AND wait until alert is visible ${select_complaint_success_btn_locator} |
333 | 335 | ... AND capture page screenshot | ... | ... |
... | ... | @@ -59,6 +59,7 @@ ${claim_form_change_status_resolution_value_locator} = jquery=#comp |
59 | 59 | ${claim_form_change_status_submit_success_msg} = Підтведження вирішення скарги успішно надане. |
60 | 60 | ${claim_form_change_status_success_btn_locator} = jquery=#complaint-resolve-form .js-submit-btn |
61 | 61 | |
62 | +${select_complaint_cancell_submit_success_msg} = jquery=#tender-complaint-list a[href*="/tender-complaint/complaint-cancel"] | |
62 | 63 | ${select_complaint_submit_success_msg} = Ви дійсно бажаєте скасувати обрану скаргу? |
63 | 64 | ${select_complaint_success_btn_locator} = jquery=.animated-content button.js-btn-confirm |
64 | 65 | ${select_complaint_submit2_success_msg} = Скарга успішно скасована. | ... | ... |
Please
register
or
login
to post a comment