Showing
2 changed files
with
4 additions
and
0 deletions
| ... | ... | @@ -325,6 +325,9 @@ submit form and check result |
| 325 | 325 | Capture Page Screenshot |
| 326 | 326 | run keyword and ignore error execute javascript ${tender_cpv_js_submit_btn_locator} |
| 327 | 327 | Capture Page Screenshot |
| 328 | + run keyword and ignore error Wait Until Page Contains ${tender_form_submit__reporting_success_msg} 60 | |
| 329 | + run keyword and ignore error wait until alert is visible ${tender_form_submit__reporting_success_msg} | |
| 330 | + run keyword and ignore error run keyword if '${mode}' in 'reporting' close current visible alert | |
| 328 | 331 | run keyword if condition is not none ${wait_msg} Wait Until Page Contains ${wait_msg} 60 |
| 329 | 332 | run keyword if condition is not none ${wait_msg} wait until alert is visible ${wait_msg} |
| 330 | 333 | run keyword and ignore error run keyword if condition is not none ${wait_msg} close current visible alert | ... | ... |
| ... | ... | @@ -62,6 +62,7 @@ ${buyer_form_popup_identifier_id_input_locator} = jquery=.fanc |
| 62 | 62 | ${tender_load_form_after_mode_locator} = jquery=#tender-form-pjax.loading-wrapper |
| 63 | 63 | #${tender_form_submit_success_msg} = дочекайтеся опублікування на сайті уповноваженого органу |
| 64 | 64 | ${tender_form_submit_success_msg} = опублікування на сайті уповноваженого органу |
| 65 | +${tender_form_submit__reporting_success_msg} = Закупівля успішно створена, дочекайтесь закінчення синхронізації, після чого потрібно накласти ЕЦП/КЕП | |
| 65 | 66 | ${tender_form_locator} = id=tender-form |
| 66 | 67 | ${tender_form_procurement_method_type_input_locator} = jquery=.form-inline [id$="form-procurement_method_type"] |
| 67 | 68 | ${tender_multilot_locator} = jquery=[id$="form-is_multilot"] | ... | ... |
Please
register
or
login
to post a comment