Showing
3 changed files
with
14 additions
and
1 deletions
... | ... | @@ -8,8 +8,10 @@ ${contract_contractform_date_start_input_locator} = jquery=#cont |
8 | 8 | ${contract_contractform_date_end_input_locator} = jquery=#contractform-date_end |
9 | 9 | ${contract_contractform_submit_btn_locator} = jquery=.fancybox-is-open .fancybox-content button.btn.btn-success |
10 | 10 | ${contract_contractform_submit_success_msg} = Контракт успішно завантажений |
11 | +${contract_contractform_amount_input_locator} = jquery=#contractform-value_amount-disp | |
12 | +${contract_contractform_amount_net_input_locator} = jquery=#contractform-value_amount_net-disp | |
11 | 13 | ${contract_contractform_amount_input_locator} = jquery=#contractform-value_amount |
12 | -${contract_contractform_amount_net_input_locator} = jquery=#contractform-value_amount_net | |
14 | +#${contract_contractform_amount_net_input_locator} = jquery=#contractform-value_amount_net | |
13 | 15 | ${contract_contractform_active_submit_success_msg} = Контракт успішно активовано, дочекайтесь опублікування на сайті уповноваженого органу. |
14 | 16 | ${contract_contractform_value_added_tax_included_locator} = jquery=#contractform-value_added_tax_included |
15 | 17 | ... | ... |
... | ... | @@ -159,6 +159,15 @@ fill tender general info |
159 | 159 | ${nbu_discount_rate} = Run keyword If '${nbu_discount_rate}' != '${None}' set_value_minimalStepPercentage ${nbu_discount_rate} |
160 | 160 | ${nbu_discount_rate} = Run keyword If '${nbu_discount_rate}' != '${None}' convert_esco__float_to_string ${nbu_discount_rate} |
161 | 161 | run keyword and ignore error run keyword if condition is not none ${nbu_discount_rate} input number to exist visible input ${tender_form_general_nbu_discount_rate_input_locator} ${nbu_discount_rate} |
162 | +#esco | |
163 | + ${yearly_payments_percentage_range} = get from dictionary by keys ${data} yearlyPaymentsPercentageRange | |
164 | + ${yearly_payments_percentage_range} = Run keyword If '${yearly_payments_percentage_range}' != '${None}' set_value_minimalStepPercentage ${yearly_payments_percentage_range} | |
165 | + ${yearly_payments_percentage_range} = Run keyword If '${yearly_payments_percentage_range}' != '${None}' convert_esco__float_to_string ${yearly_payments_percentage_range} | |
166 | + run keyword if condition is not none ${yearly_payments_percentage_range} input number to exist visible input ${tender_form_general_yearly_payments_percentage_range_input_locator} ${yearly_payments_percentage_range} | |
167 | + ${minimal_step_percentage} = get from dictionary by keys ${data} minimalStepPercentage | |
168 | + ${minimal_step_percentage} = Run keyword If '${minimal_step_percentage}' != '${None}' set_value_minimalStepPercentage ${minimal_step_percentage} | |
169 | + ${minimal_step_percentage} = Run keyword If '${minimal_step_percentage}' != '${None}' convert_esco__float_to_string ${minimal_step_percentage} | |
170 | + run keyword if condition is not none ${minimal_step_percentage} input number to exist visible input ${tender_form_general_minimal_step_percentage_input_locator} ${minimal_step_percentage} | |
162 | 171 | #closeframework |
163 | 172 | ${max_awards_count} = get from dictionary by keys ${data} maxAwardsCount |
164 | 173 | run keyword if condition is not none ${max_awards_count} input text to exist visible input ${tender_form_general_max_awards_count_input_locator} ${max_awards_count} | ... | ... |
... | ... | @@ -92,6 +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_lot_minimal_step_percentage_input_locator} = jquery=.fancybox-content [id$="-min_step_percentage"] | |
96 | +#${tender_form_lot_yearly_payments_percentage_range_input_locator} = jquery=.fancybox-content [id$="-yearly_payments_percentage_range"] | |
95 | 97 | ${tender_form_general_minimal_step_percentage_input_locator} = jquery=.fancybox-content [id$="-min_step_percentage"] |
96 | 98 | ${tender_form_general_yearly_payments_percentage_range_input_locator} = jquery=.fancybox-content [id$="-yearly_payments_percentage_range"] |
97 | 99 | #closeframework | ... | ... |
Please
register
or
login
to post a comment