playtender_bid_variables.robot 16.6 KB
*** Variables ***

#bids
${bid_form_open_btn_locator} =                                      jquery=#aside-part-pjax a[href*="/tender/bid"]
${bid_form_remove_btn_locator} =                                    jquery=#aside-part-pjax a[href*="#bid-delete"]
${bid_form_submit_success_msg} =                                    Пропозиція створена
${bid_form_submit_edit_success_msg} =                               Пропозиція відредагована
${bid_form_submit_remove_success_msg} =                             Ви впевнені що бажаєте видали свою пропозицію?
${alert_opened_close_bid_btn_locator} =                             jquery=.animated-content .js-btn-confirm
${bid_form_feature_input_locator_select_tpl} =                      jquery=[data-opid*="%title%"]
${bid_form_get_feature_input_locator_tpl} =                         return $('.fancybox-is-open .fancybox-content [data-opid*="%title%"]
${bid_form_get_feature_value_input_locator_tpl} =                   option[data-weight-source*="%value%"]').text()
${bid_form_feature_input_locator_tpl} =                             jquery=.fancybox-is-open .fancybox-content [data-opid*="%title%"]
${bid_form_feature_value_input_locator_tpl} =                       option[data-weight-source*="%value%"]
${bid_form_value_amount_input_locator} =                            jquery=.fancybox-is-open .fancybox-content input[id*="-value_amount"]
${bid_form_value_subcontracting_details_input_locator} =            jquery=.fancybox-is-open .fancybox-content textarea[id*="-subcontracting_details"]
${bid_form_value_self_eligible_input_locator} =                     jquery=.fancybox-is-open .fancybox-content input[id*="-self_eligible"]
${bid_form_value_self_qualified_input_locator} =                    jquery=.fancybox-is-open .fancybox-content input[id*="-self_qualified"]
${bid_form_value_yearly_payments_percentage_input_locator} =        jquery=.fancybox-is-open .fancybox-content input[id*="-yearly_payments_percentage"]
${bid_form_value_contract_duration_years_input_locator} =           jquery=.fancybox-is-open .fancybox-content input[id*="-contract_duration_years"]
${bid_form_value_contract_duration_days_input_locator} =            jquery=.fancybox-is-open .fancybox-content input[id*="-contract_duration_days"]
${bid_form_value_annual_costs_reduction_input_locator_tpl} =        jquery=.fancybox-is-open .fancybox-content input[name*="[annual_costs_reduction_%index%]"]

${add_file_to_bid_all_form_locator} =                               jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .js-upload-documents
#${add_file_to_bid_form_locator} =                                   jquery=#tender-bid-form .documents-dynamic-forms-wrapper:first .js-upload-documents input[type$="file"]:first
#${add_file_to_bid_form_locator} =                                   jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .js-upload-documents input[type$="file"]:first
${add_file_to_bid_form_locator} =                                   jquery=#tender-bid-form .documents-dynamic-forms-wrapper:contains("Документи до пропозиції в цілому") .js-upload-documents input[type$="file"]:first
${bid_form_add_document_all_btn_locator} =                          jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .js-upload-documents input[type$="file"]:first
#${bid_form_add_document_all_btn_locator} =                          jquery=#tender-bid-form .documents-dynamic-forms-wrapper:first .js-upload-documents input[type$="file"]:first
#${bid_form_add_document_type_input_locator} =                       jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last select[id*="-document_type"]:last
#${bid_form_add_document_type_input_locator} =                       jquery=#tender-bid-form .documents-dynamic-forms-wrapper:first select[id*="-document_type"]:last
#${bid_form_add_document_description_btn_locator} =                  jquery=#tender-bid-form .documents-dynamic-forms-wrapper:first [href$="#edit"]:last
#${bid_form_add_document_description_input_locator} =                jquery=#tender-bid-form .documents-dynamic-forms-wrapper:first .popover.fade.top.in textarea[id*="-description"].form-control
#${bid_form_add_document_close_description_btn_locator} =            jquery=#tender-bid-form .documents-dynamic-forms-wrapper:first .popover.fade.top.in [href$="#close"]
${bid_form_add_document_type_input_locator} =                       jquery=#tender-bid-form .documents-dynamic-forms-wrapper:contains("Документи до пропозиції в цілому") select[id*="-document_type"]:last
${bid_form_add_document_description_btn_locator} =                  jquery=#tender-bid-form .documents-dynamic-forms-wrapper:contains("Документи до пропозиції в цілому") [href$="#edit"]:last
${bid_form_add_document_description_input_locator} =                jquery=#tender-bid-form .documents-dynamic-forms-wrapper:contains("Документи до пропозиції в цілому") .popover.fade.top.in textarea[id*="-description"].form-control
${bid_form_add_document_close_description_btn_locator} =            jquery=#tender-bid-form .documents-dynamic-forms-wrapper:contains("Документи до пропозиції в цілому") .popover.fade.top.in [href$="#close"]
#${bid_form_add_document_description_btn_locator} =                  jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last [href$="#edit"]:last
#${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
#${bid_form_add_document_close_description_btn_locator} =            jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in [href$="#close"]
${bid_form_add_document_confidentiality_input_locator} =            jquery=#tender-bid-form .documents-dynamic-forms-wrapper:contains("Документи до пропозиції в цілому") .popover.fade.top.in [id$="-confidentiality"]
${bid_form_add_document_confidentialityrationale_input_locator} =   jquery=#tender-bid-form .documents-dynamic-forms-wrapper:contains("Документи до пропозиції в цілому") .popover.fade.top.in textarea[id*="-confidentiality_rationale"].form-control
#${bid_form_add_document_confidentiality_input_locator} =            jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in [id$="-confidentiality"]
#${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
${bid_form_submit_btn_locator} =                                    jquery=.fancybox-is-open .fancybox-content button.btn.btn-success
${bid_form_edit_document_all_btn_locator} =                         jquery=.form-documents-group:contains("Документи до пропозиції в цілому") .tab-content .item-wrapper.js-item:last a[href*="#reupload"]
#${bid_form_edit_document_all_btn_locator} =                         jquery=.form-documents-group .tab-content .item-wrapper.js-item:last a[href*="#reupload"]
${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
${bid_lotValues_0_value_amount_value_locator_type} =                float

${bid_popup_locator} =                                              jquery=.fancybox-slide .modal.fancybox-content

${bid_form_refresh_success_msg} =                                   Закупівля оновлена.
${bid_form_refresh_btn_locator} =                                   jquery=#tender-general-info a[href*="/utils/tender-sync"]
${bid_form_bid_status_btn_locator} =                                jquery=.bid-info-wrapper.hidden.info-wrapper .info-row.status-source
#criteria
${bid_form_criteria_1_btn_locator} =                                jquery=[href*="#criteria"] span:contains("Критерій 1")
${bid_form_criteria_1_input_locator} =                              jquery=[href*="#criteria"] span:contains("Критерій 1")
#criteria_value_title_child_labour_human_trafficking chlht
${bid_form_get_criteria_value_title_chlht_locator} =                jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active b:first:contains("Вчинення правопорушень, пов\'язаних з використанням дитячої праці чи будь-якими формами торгівлі людьми")
${bid_form_get_criteria_value_title_chlht_input_locator} =          jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active .panel.panel-default div:contains("Назва доказу") input[id*="-title"]
${bid_form_add_document_criteria_btn_locator} =                     jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active .panel.panel-default div:contains("Додати документ") .js-upload-documents input[type$="file"]:first
${bid_form_add_document_criteria2_btn_locator} =                    jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active .panel.panel-default div:contains("Додати документ") .js-upload-documents input[type$="file"]:last
#criteria_value_title_corruption
${bid_form_get_criteria_value_title_corruption_locator} =           jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active b:first:contains("Вчинення корупційних правопорушень")
${bid_form_get_criteria_value_title_corruption_input_locator} =     jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active .panel.panel-default div:contains("Назва доказу") input[id*="-title"]
${bid_form_get_criteria_value_title_corruption2_input_locator} =    jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active .panel.panel-default div:contains("Назва доказу"):last input[id*="-title"]
#${bid_form_add_document_criteria_btn_locator} =                     jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active .panel.panel-default div:contains("Додати документ") .js-upload-documents input[type$="file"]:first
#criteria_value_title_business_bankruptcy bb
${bid_form_get_criteria_value_title_bb_locator} =                   jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active b:first:contains("Порушення справ про банкрутство")
${bid_form_get_criteria_value_title_bb_input_locator} =             jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active .panel.panel-default div:contains("Назва доказу") input[id*="-title"]
#${bid_form_add_document_criteria_btn_locator} =                     jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active .panel.panel-default div:contains("Додати документ") .js-upload-documents input[type$="file"]:first
#criteria_value_title_fraud
${bid_form_get_criteria_value_title_fraud_locator} =                jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active b:first:contains("Вчинення економічних правопорушень")
${bid_form_get_criteria_value_title_fraud_input_locator} =          jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active .panel.panel-default div:contains("Назва доказу") input[id*="-title"]
#${bid_form_add_document_criteria_btn_locator} =                     jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active .panel.panel-default div:contains("Додати документ") .js-upload-documents input[type$="file"]:first
#criteria_value_title_pico  PARTICIPATION_IN_CRIMINAL_ORGANISATION
${bid_form_get_criteria_value_title_pico_locator} =                 jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active b:first:contains("Вчинення злочинів, учинених з корисливих мотивів")
${bid_form_get_criteria_value_title_pico_input_locator} =           jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active .panel.panel-default div:contains("Назва доказу") input[id*="-title"]
#${bid_form_add_document_criteria_btn_locator} =                     jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active .panel.panel-default div:contains("Додати документ") .js-upload-documents input[type$="file"]:first
#criteria_value_title_pot  PAYMENT_OF_TAXES
${bid_form_get_criteria_value_title_pot_locator} =                  jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active b:first:contains("Заборгованість зі сплати податків і зборів (обов\'язкових платежів)")
${bid_form_get_criteria_value_title_pot_input_locator} =            jquery=#tender-bid-form .js-lot-tab.active div:contains("Він не має заборгованості зі сплати податків і зборів (обов\'язкових платежів)") div:contains("Назва доказу") input[id*="-title"]:last
${bid_form_add_document_criteria3_btn_locator} =                    jquery=#tender-bid-form .js-lot-tab.active div:contains("Він не має заборгованості зі сплати податків і зборів (обов\'язкових платежів)") div:contains("Додати документ") .js-upload-documents input[type$="file"]:first
#criteria_value_title_pot  NATIONAL.OTHER
${bid_form_get_criteria_value_title_no_locator} =                   jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active b:first:contains("Наявність інших підстав для відмови в участі у процедурі закупівлі")
${bid_form_get_criteria_value_title_no_input_locator} =             jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active .js-requirement-wrapper:first div:contains("Назва доказу") input[id*="-title"]:last
${bid_form_get_criteria_value_title_no1_input_locator} =            jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active .js-requirement-wrapper:nth(1) div:contains("Назва доказу") input[id*="-title"]:last
${bid_form_get_criteria_value_title_no2_input_locator} =            jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active .js-requirement-wrapper:last div:contains("Назва доказу") input[id*="-title"]:last
${bid_form_add_document_criteria4_btn_locator} =                    jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active .js-requirement-wrapper:nth(1) div:contains("Додати документ") .js-upload-documents input[type$="file"]:first
${bid_form_add_document_criteria5_btn_locator} =                    jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active .js-requirement-wrapper:last div:contains("Додати документ") .js-upload-documents input[type$="file"]:first
#criteria_value_title_mova
${bid_form_get_criteria_value_title_mova_locator} =                 jquery=#tender-bid-form .form-group.bid-requirement-responses-wrapper .js-lot-tab.active b:first:contains("Мова (мови), якою (якими) повинні готуватися тендерні пропозиції")
${bid_form_criteria_2_btn_locator} =                                jquery=[href*="#criteria"] span:contains("Критерій 2")
${bid_form_criteria_3_btn_locator} =                                jquery=[href*="#criteria"] span:contains("Критерій 3")
${bid_form_criteria_4_btn_locator} =                                jquery=[href*="#criteria"] span:contains("Критерій 4")
${bid_form_criteria_5_btn_locator} =                                jquery=[href*="#criteria"] span:contains("Критерій 5")
${bid_form_criteria_6_btn_locator} =                                jquery=[href*="#criteria"] span:contains("Критерій 6")
${bid_form_criteria_7_btn_locator} =                                jquery=[href*="#criteria"] span:contains("Критерій 7")
${bid_form_criteria_8_btn_locator} =                                jquery=[href*="#criteria"] span:contains("Критерій 8")