Showing
2 changed files
with
3 additions
and
2 deletions
| ... | ... | @@ -186,7 +186,8 @@ get document complaint |
| 186 | 186 | wait until page contains element with reloading ${claim_open_form_answer_locator} |
| 187 | 187 | ${claim_form_open_form_answer_btn_locator} = replace string ${claim_form_open_form_answer_btn_locator_tpl} %title% ${complaintID} |
| 188 | 188 | wait until page contains element with reloading ${claim_form_open_form_answer_btn_locator} |
| 189 | - submit form and check result ${claim_form_open_form_answer_btn_locator} ${None} ${popup_opened_content_locator} | |
| 189 | + open popup by btn locator ${claim_form_open_form_answer_btn_locator} | |
| 190 | + | |
| 190 | 191 | Wait Until Page Contains ${popup_opened_content_success_locator} 60 |
| 191 | 192 | wait until element is visible ${claim_form_answer_resolution_value_locator} 60 |
| 192 | 193 | ## wait until element is visible ${popup_opened_content_locator} 60 | ... | ... |
| ... | ... | @@ -106,7 +106,7 @@ open tender form qualification |
| 106 | 106 | ##### BOF - TMP ##### |
| 107 | 107 | ... AND run keyword if ${award_num} == 1 or ${award_num} == -1 click visible element ${qualification_form_1_open_btn_locator} |
| 108 | 108 | ... AND run keyword if ${award_num} == 2 click visible element ${qualification_form_2_open_btn_locator} |
| 109 | - ... AND run keyword if ${award_num} == 3 click visible element ${qualification_form_3_open_btn_locator} | |
| 109 | +# ... AND run keyword if ${award_num} == 3 click visible element ${qualification_form_3_open_btn_locator} | |
| 110 | 110 | ##### EOF - TMP ##### |
| 111 | 111 | # run keyword if ${award_num} == 1 or ${award_num} == -1 click visible element ${qualification_form_1_open_btn_locator} |
| 112 | 112 | ... | ... |
Please
register
or
login
to post a comment