Showing
2 changed files
with
4 additions
and
3 deletions
| ... | ... | @@ -18,6 +18,7 @@ open tender form prequalification |
| 18 | 18 | run keyword if ${qualification_num} == -1 open popup by btn locator ${prequalification_form_-1_open_btn_locator} |
| 19 | 19 | run keyword if ${qualification_num} == -2 wait until page contains element with reloading ${prequalification_form_-2_open_btn_locator} |
| 20 | 20 | run keyword if ${qualification_num} == -2 open popup by btn locator ${prequalification_form_-2_open_btn_locator} |
| 21 | + run keyword if ${qualification_num} == 2 open popup by btn locator ${prequalification_form_-1_open_btn_locator} | |
| 21 | 22 | # run keyword if ${qualification_num} == -2 execute javascript $('#bids-pjax .pseudo-table__row:last a[href*="/tender/prequalification"]').click() |
| 22 | 23 | |
| 23 | 24 | confirm qualifications |
| ... | ... | @@ -56,7 +57,7 @@ cancel qualifications |
| 56 | 57 | ... tender_uaid в статус cancelled. |
| 57 | 58 | |
| 58 | 59 | wait until page contains element ${prequalification_form_description_cancellation_input_locator} |
| 59 | - Execute Javascript $('#prequalificationform-decision').val('cancel').change() | |
| 60 | + Execute Javascript $('#prequalificationform-decision').val('decline').change() | |
| 60 | 61 | # select from visible list by label ${tender_form_award_organization_region_id_locator} ${region} |
| 61 | 62 | capture page screenshot |
| 62 | 63 | wait until page contains element ${prequalification_form_description_cancellation_input_locator} | ... | ... |
| ... | ... | @@ -92,8 +92,8 @@ ${tender_cpv_js_submit_btn_locator} = $('.animated |
| 92 | 92 | #esco |
| 93 | 93 | ${tender_form_general_funding_kind_input_locator} = id=tenderescoform-funding_kind |
| 94 | 94 | ${tender_form_general_nbu_discount_rate_input_locator} = id=tenderescoform-nbu_discount_rate |
| 95 | -${tender_form_general_minimal_step_percentage_input_locator} = jquery=[id$="-min_step_percentage"] | |
| 96 | -${tender_form_general_yearly_payments_percentage_range_input_locator} = jquery=[id$="-yearly_payments_percentage_range"] | |
| 95 | +${tender_form_general_minimal_step_percentage_input_locator} = jquery=.fancybox-content [id$="-min_step_percentage"] | |
| 96 | +${tender_form_general_yearly_payments_percentage_range_input_locator} = jquery=.fancybox-content [id$="-yearly_payments_percentage_range"] | |
| 97 | 97 | #closeframework |
| 98 | 98 | ${tender_form_general_max_awards_count_input_locator} = jquery=[id$="form-max_awards_count"] |
| 99 | 99 | ${tender_form_general_agreement_duration_years_input_locator} = jquery=[id$="form-agreement_duration_years"] | ... | ... |
Please
register
or
login
to post a comment