Showing
1 changed file
with
43 additions
and
0 deletions
publicbid_bid_variables.robot
0 → 100644
1 | +*** Variables *** | ||
2 | + | ||
3 | +#bids | ||
4 | +${bid_form_open_btn_locator} = jquery=#aside-part-pjax a[href*="/tender/bid"] | ||
5 | +${bid_form_remove_btn_locator} = jquery=#aside-part-pjax a[href*="#bid-delete"] | ||
6 | +${bid_form_submit_success_msg} = Пропозиція створена | ||
7 | +${bid_form_submit_edit_success_msg} = Пропозиція відредагована | ||
8 | +${bid_form_submit_remove_success_msg} = Ви впевнені що бажаєте видали свою пропозицію? | ||
9 | +${alert_opened_close_bid_btn_locator} = jquery=.animated-content .js-btn-confirm | ||
10 | +${bid_form_feature_input_locator_select_tpl} = jquery=[data-opid*="%title%"] | ||
11 | +${bid_form_get_feature_input_locator_tpl} = return $('.fancybox-is-open .fancybox-content [data-opid*="%title%"] | ||
12 | +${bid_form_get_feature_value_input_locator_tpl} = option[data-weight-source*="%value%"]').text() | ||
13 | +${bid_form_feature_input_locator_tpl} = jquery=.fancybox-is-open .fancybox-content [data-opid*="%title%"] | ||
14 | +${bid_form_feature_value_input_locator_tpl} = option[data-weight-source*="%value%"] | ||
15 | +${bid_form_value_amount_input_locator} = jquery=.fancybox-is-open .fancybox-content input[id*="-value_amount"] | ||
16 | +${bid_form_value_subcontracting_details_input_locator} = jquery=.fancybox-is-open .fancybox-content textarea[id*="-subcontracting_details"] | ||
17 | +${bid_form_value_self_eligible_input_locator} = jquery=.fancybox-is-open .fancybox-content input[id*="-self_eligible"] | ||
18 | +${bid_form_value_self_qualified_input_locator} = jquery=.fancybox-is-open .fancybox-content input[id*="-self_qualified"] | ||
19 | +${bid_form_value_yearly_payments_percentage_input_locator} = jquery=.fancybox-is-open .fancybox-content input[id*="-yearly_payments_percentage"] | ||
20 | +${bid_form_value_contract_duration_years_input_locator} = jquery=.fancybox-is-open .fancybox-content input[id*="-contract_duration_years"] | ||
21 | +${bid_form_value_contract_duration_days_input_locator} = jquery=.fancybox-is-open .fancybox-content input[id*="-contract_duration_days"] | ||
22 | +${bid_form_value_annual_costs_reduction_input_locator_tpl} = jquery=.fancybox-is-open .fancybox-content input[name*="[annual_costs_reduction_%index%]"] | ||
23 | + | ||
24 | +${add_file_to_bid_all_form_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .js-upload-documents | ||
25 | +${add_file_to_bid_form_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .js-upload-documents input[type$="file"]:first | ||
26 | +${bid_form_add_document_all_btn_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .js-upload-documents input[type$="file"]:first | ||
27 | +${bid_form_add_document_type_input_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last select[id*="-document_type"]:last | ||
28 | +${bid_form_add_document_description_btn_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last [href$="#edit"]:last | ||
29 | +${bid_form_add_document_description_input_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in textarea[id*="-description"].form-control | ||
30 | +${bid_form_add_document_close_description_btn_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in [href$="#close"] | ||
31 | +${bid_form_add_document_confidentiality_input_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in [id$="-confidentiality"] | ||
32 | +${bid_form_add_document_confidentialityrationale_input_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in textarea[id*="-confidentiality_rationale"].form-control | ||
33 | +${bid_form_submit_btn_locator} = jquery=.fancybox-is-open .fancybox-content button.btn.btn-success | ||
34 | +${bid_form_edit_document_all_btn_locator} = jquery=.form-documents-group .tab-content .item-wrapper.js-item:last a[href*="#reupload"] | ||
35 | + | ||
36 | +${bid_lotValues_0_value_amount_value_locator} = jquery=.fancybox-slide .modal.fancybox-content #tender-bid-form .tab-content .active.js-lot-tab .js-amount-weight-wrapper .input-group .js-amount-input | ||
37 | +${bid_lotValues_0_value_amount_value_locator_type} = float | ||
38 | + | ||
39 | +${bid_popup_locator} = jquery=.fancybox-slide .modal.fancybox-content | ||
40 | + | ||
41 | +${bid_form_refresh_success_msg} = Закупівля оновлена. | ||
42 | +${bid_form_refresh_btn_locator} = jquery=#tender-general-info a[href*="/utils/tender-sync"] | ||
43 | +${bid_form_bid_status_btn_locator} = jquery=.bid-info-wrapper.hidden.info-wrapper .info-row.status-source |
Please
register
or
login
to post a comment