Showing
2 changed files
with
13 additions
and
1 deletions
| ... | ... | @@ -752,7 +752,8 @@ Resource playtender_agree |
| 752 | 752 | ... в статус unsuccessful. |
| 753 | 753 | |
| 754 | 754 | open tender page by uaid ${tender_uaid} |
| 755 | - ${award_num} = set variable 0 | |
| 755 | +# ${award_num} = set variable 0 | |
| 756 | + submit form and check result ${bid_form_refresh_btn_locator} ${bid_form_refresh_success_msg} ${tender_created_checker_element_locator} ${true} | |
| 756 | 757 | open tender form qualification ${award_num} |
| 757 | 758 | reject award qualification ${username} ${award_num} |
| 758 | 759 | ... | ... |
| ... | ... | @@ -222,6 +222,17 @@ reject award qualification |
| 222 | 222 | wait until element is visible ${qualification_form_submit_btn_locator} 60 |
| 223 | 223 | run keyword and ignore error wait until element is visible ${tender_status_active_qualification_value_locator} 10 |
| 224 | 224 | capture page screenshot |
| 225 | + run keyword and ignore error close current visible alert | |
| 226 | + capture page screenshot | |
| 227 | + click visible element ${qualification_form_submit_btn_locator} | |
| 228 | + capture page screenshot | |
| 229 | + run keyword and ignore error close current visible alert | |
| 230 | + capture page screenshot | |
| 231 | + Execute Javascript $('.fancybox-is-open .fancybox-content button.btn.btn-success').click() | |
| 232 | + capture page screenshot | |
| 233 | + run keyword and ignore error Load Sign | |
| 234 | + capture page screenshot | |
| 235 | + | |
| 225 | 236 | run keyword and ignore error submit form and check result ${qualification_form_submit_btn_locator} ${qualification_award_after_ecp_form_submit_success_msg} ${None} |
| 226 | 237 | capture page screenshot |
| 227 | 238 | reload page | ... | ... |
Please
register
or
login
to post a comment