Showing
1 changed file
with
3 additions
and
3 deletions
| ... | ... | @@ -325,9 +325,9 @@ 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() | |
| 329 | -# ... AND capture page screenshot | |
| 330 | - ... capture page screenshot | |
| 328 | + ... Execute Javascript $('#tender-complaint-list a[href*="/tender-complaint/complaint-cancel"]').click() | |
| 329 | + ... AND capture page screenshot | |
| 330 | +# ... capture page screenshot | |
| 331 | 331 | # ... AND wait until element is visible ${select_complaint_submit_success_msg} 5 |
| 332 | 332 | ... AND capture page screenshot |
| 333 | 333 | ... AND submit form and check result ${qualification_form_submit_btn_locator} ${select_complaint_submit_success_msg} | ... | ... |
Please
register
or
login
to post a comment