Showing
1 changed file
with
6 additions
and
2 deletions
... | ... | @@ -28,8 +28,10 @@ confirm qualifications |
28 | 28 | capture page screenshot |
29 | 29 | wait until page contains element ${prequalification_form_eligible_input_locator} |
30 | 30 | capture page screenshot |
31 | - click visible element ${prequalification_form_eligible_input_locator} | |
32 | - click visible element ${prequalification_form_qualified_input_locator} | |
31 | +# click visible element ${prequalification_form_eligible_input_locator} | |
32 | +# click visible element ${prequalification_form_qualified_input_locator} | |
33 | + Execute Javascript $('#prequalificationform-eligible').click() | |
34 | + Execute Javascript $('#prequalificationform-qualified').click() | |
33 | 35 | submit form and check result ${qualification_form_submit_btn_locator} ${qualification_form_submit_success_msg} ${tender_created_checker_element_locator} |
34 | 36 | |
35 | 37 | reject qualifications |
... | ... | @@ -162,6 +164,8 @@ confirm award qualification |
162 | 164 | capture page screenshot |
163 | 165 | run keyword and ignore error Load Sign |
164 | 166 | capture page screenshot |
167 | + run keyword and ignore error close current visible alert | |
168 | + capture page screenshot | |
165 | 169 | wait until element is visible ${qualification_form_submit_btn_locator} 60 |
166 | 170 | run keyword and ignore error wait until element is visible ${tender_status_active_qualification_value_locator} 10 |
167 | 171 | capture page screenshot | ... | ... |
Please
register
or
login
to post a comment