Showing
1 changed file
with
92 additions
and
0 deletions
publicbid_plan_variables.robot
0 → 100644
1 | +*** Variables *** | ||
2 | + | ||
3 | +# plan form | ||
4 | +${plan_form_submit_success_msg} = Рядок плану завантажений, наступний крок - накладання ЕЦП/КЕП і підтвердження | ||
5 | +#${plan_form_submit_success_msg} = дочекайтесь опублікування на сайті уповноваженого органу | ||
6 | +${plan_form_locator} = id=plan-form | ||
7 | +${plan_form_general_panel_edit_btn_locator} = jquery=#General .panel-heading .js-form-popup-update | ||
8 | +${plan_form_procurement_method_type_input_locator} = id=planform-procurement_method_type | ||
9 | +${plan_form_budget_id_input_locator} = id=planform-budget_id | ||
10 | +${plan_form_project_id_input_locator} = id=planform-project_id | ||
11 | +${plan_form_project_name_input_locator} = id=planform-project_name | ||
12 | +${plan_form_title_input_locator} = id=planform-title | ||
13 | +${plan_form_year_input_locator} = id=planform-year | ||
14 | +${plan_form_tender_start_date_input_locator} = id=planform-tender_start_date | ||
15 | +${plan_form_value_amount_input_locator} = id=planform-value_amount-disp | ||
16 | +${plan_form_value_currency_input_locator} = id=planform-value_currency | ||
17 | +${plan_form_classification_edit_btn_locator} = jquery=.field-planform-classification_id .js-classification-input-wrapper [data-toggle="classification"] | ||
18 | +${plan_form_additional_classification_edit_btn_locator} = jquery=.field-planform-additional_classification_ids .js-additional-classification-input-wrapper [data-toggle="additional-classification"] | ||
19 | +${plan_form_kekv_classification_edit_btn_locator} = jquery=.field-planform-additional_classification_ids_kekv .js-additional-classification-input-wrapper [data-toggle="additional_classification_ids_kekv"] | ||
20 | +${plan_form_add_item_btn_locator} = jquery=#Items .js-form-popup-add | ||
21 | +${plan_form_update_item_btn_locator_tpl} = jquery=#Items .js-form-popup-panel:nth(%index%) .panel-heading .js-form-popup-update | ||
22 | +${plan_form_remove_item_btn_locator_tpl} = jquery=#Items .js-form-popup-panel[data-title*="%title%"] .panel-heading .js-form-popup-remove | ||
23 | +${plan_form_update_buyer_btn_locator} = jquery=#Buyer .js-form-popup-update | ||
24 | +${plan_form_submit_btn_locator} = jquery=#plan-form .js-submit-btn | ||
25 | +${plan_created_checker_element_locator} = id=plan-part-pjax | ||
26 | +${plan_form_update_budgetbreakdowns_btn_locator} = jquery=#BudgetBreakdowns .js-form-popup-update | ||
27 | +${plan_form_add_budgetbreakdowns_btn_locator} = jquery=#budgetbreakdowns-form-popup a[href*="#add-budgetBreakdowns"] | ||
28 | +${plan_budgetbreakdowns_form_popup_title_input_locator} = jquery=.fancybox-is-open:last .tab-content:first > .tab-pane.active:first [id$="-title"] | ||
29 | +${plan_budgetbreakdowns_value_amount_input_locator} = jquery=.fancybox-is-open:last .tab-content:first > .tab-pane.active:first [id$="-value_amount-disp"] | ||
30 | +#${plan_budgetbreakdowns_value_amount_input_locator} = jquery=.fancybox-is-open:last .tab-content:first > .tab-pane.active:first [id$="-value_amount"] | ||
31 | +${plan_budgetbreakdowns_description_input_locator} = jquery=.fancybox-is-open:last .tab-content:first > .tab-pane.active:first [id$="-description"] | ||
32 | + | ||
33 | +# plan view | ||
34 | +${plan_view_checker_element_locator} = id=plan-general-info | ||
35 | +${plan_sync_element_locator} = jquery=#aside-part-pjax .status-label .fa-refresh | ||
36 | +${plan_uaid_text_locator} = jquery=#plan-general-info .plan-id .value | ||
37 | +${plan_edit_btn_locator} = jquery=#aside-part-pjax a[href*="plan/update"] | ||
38 | +${plan_delete_btn_locator} = jquery=#aside-part-pjax a[href*="/plan/cancel"] | ||
39 | +# -- for viewer -- | ||
40 | +${plan_tender_procurementMethodType_value_locator} = jquery=#plan-general-info .procurement-method-type.hidden | ||
41 | +${plan_budget_amount_value_locator} = jquery=#plan-general-info .budget-amount.hidden | ||
42 | +${plan_budget_amount_value_type} = float | ||
43 | +${plan_budget_description_value_locator} = jquery=#plan-general-info .budget-description .value | ||
44 | +${plan_budget_currency_value_locator} = jquery=#plan-general-info .budget-currency.hidden | ||
45 | +${plan_budget_id_value_locator} = jquery=#plan-general-info .budget-id .value | ||
46 | +${plan_procuringEntity_name_value_locator} = jquery=#plan-general-info .organization .definitions__list .organization_name.hidden .definitions__value | ||
47 | +${plan_procuringEntity_identifier_scheme_value_locator} = jquery=#plan-general-info .organization .definitions__list .identifier_scheme.hidden .definitions__value | ||
48 | +${plan_procuringEntity_identifier_id_value_locator} = jquery=#plan-general-info .organization .definitions__list .identifier_code .definitions__value | ||
49 | +${plan_procuringEntity_identifier_legalName_value_locator} = jquery=#plan-general-info .organization .definitions__list .identifier_legal_name.hidden .definitions__value | ||
50 | +${plan_classification_description_value_locator} = jquery=#plan-general-info .main-classification-description.hidden | ||
51 | +${plan_classification_scheme_value_locator} = jquery=#plan-general-info .main-classification-scheme.hidden | ||
52 | +${plan_classification_id_value_locator} = jquery=#plan-general-info .main-classification-code.hidden | ||
53 | +${plan_tender_tenderPeriod_startDate_value_locator} = jquery=#plan-general-info .tender-start-date-source.hidden | ||
54 | +${plan_items_0_description_value_locator} = jquery=.items-wrapper .hidden.info-wrapper .description | ||
55 | +#${plan_items_0_description_value_locator} = jquery=.items-wrapper .pseudo-table .pseudo-table__row:nth(1) .textvalue | ||
56 | +${plan_items_0_quantity_value_locator} = jquery=.items-wrapper .pseudo-table .pseudo-table__row:nth(1) .item-info-wrapper .quantity-source | ||
57 | +${plan_items_0_quantity_value_type} = float | ||
58 | +${plan_items_0_deliveryDate_endDate_value_locator} = jquery=.items-wrapper .hidden.info-wrapper .delivery-end-date-source | ||
59 | +#${plan_items_0_deliveryDate_endDate_value_locator} = jquery=.items-wrapper .pseudo-table .pseudo-table__row:nth(1) .item-info-wrapper .delivery-end-date-source | ||
60 | +${plan_items_0_unit_code_value_locator} = jquery=.items-wrapper .hidden.info-wrapper .unit-code-source | ||
61 | +${plan_items_0_unit_name_value_locator} = jquery=.items-wrapper .hidden.info-wrapper .unit-title-source | ||
62 | +${plan_items_0_classification_description_value_locator} = jquery=.items-wrapper .hidden.info-wrapper .main-classification-description | ||
63 | +${plan_items_0_classification_scheme_value_locator} = jquery=.items-wrapper .hidden.info-wrapper .main-classification-scheme | ||
64 | +${plan_items_0_classification_id_value_locator} = jquery=.items-wrapper .hidden.info-wrapper .main-classification-code | ||
65 | +#${plan_items_0_unit_code_value_locator} = jquery=.items-wrapper .pseudo-table .pseudo-table__row:nth(1) .item-info-wrapper .unit-code-source | ||
66 | +#${plan_items_0_unit_name_value_locator} = jquery=.items-wrapper .pseudo-table .pseudo-table__row:nth(1) .item-info-wrapper .unit-title-source | ||
67 | +#${plan_items_0_classification_description_value_locator} = jquery=.items-wrapper .pseudo-table .pseudo-table__row:nth(1) .item-info-wrapper .main-classification-description | ||
68 | +#${plan_items_0_classification_scheme_value_locator} = jquery=.items-wrapper .pseudo-table .pseudo-table__row:nth(1) .item-info-wrapper .main-classification-scheme | ||
69 | +#${plan_items_0_classification_id_value_locator} = jquery=.items-wrapper .pseudo-table .pseudo-table__row:nth(1) .item-info-wrapper .main-classification-code | ||
70 | +${plan_items_1_description_value_locator} = jquery=.items-wrapper .pseudo-table .pseudo-table__row:nth(2) .textvalue | ||
71 | +${plan_items_1_quantity_value_locator} = jquery=.items-wrapper .pseudo-table .pseudo-table__row:nth(2) .item-info-wrapper .quantity-source | ||
72 | +${plan_items_1_quantity_value_type} = float | ||
73 | +${plan_items_1_deliveryDate_endDate_value_locator} = jquery=.items-wrapper .pseudo-table .pseudo-table__row:nth(2) .item-info-wrapper .delivery-end-date-source | ||
74 | +${plan_items_1_unit_code_value_locator} = jquery=.items-wrapper .pseudo-table .pseudo-table__row:nth(2) .item-info-wrapper .unit-code-source | ||
75 | +${plan_items_1_unit_name_value_locator} = jquery=.items-wrapper .pseudo-table .pseudo-table__row:nth(2) .item-info-wrapper .unit-title-source | ||
76 | +${plan_items_1_classification_description_value_locator} = jquery=.items-wrapper .pseudo-table .pseudo-table__row:nth(2) .item-info-wrapper .main-classification-description | ||
77 | +${plan_items_1_classification_scheme_value_locator} = jquery=.items-wrapper .pseudo-table .pseudo-table__row:nth(2) .item-info-wrapper .main-classification-scheme | ||
78 | +${plan_items_1_classification_id_value_locator} = jquery=.items-wrapper .pseudo-table .pseudo-table__row:nth(2) .item-info-wrapper .main-classification-code | ||
79 | +${plan_status_value_locator} = jquery=#aside-part-pjax .opstatus.hidden | ||
80 | + | ||
81 | +# plan index + search | ||
82 | +${plan_search_form_locator} = id=plan-filter-form | ||
83 | +##${plan_search_form_query_input_locator} = jquery=#plan-filter-form .dynamic-search-query input | ||
84 | +${plan_search_form_query_input_locator} = jquery=#plan-filter-form [data-ds-filter="query"] input.select2-search__field | ||
85 | +${plan_search_form_result_locator_tpl} = jquery=#plan-list .lots__item .lot__characteristic li:contains(%query%) | ||
86 | + | ||
87 | +${plan_form_ecp_btn_locator} = id=submitBtn | ||
88 | + | ||
89 | +#for delete | ||
90 | +${plan_form_delete_reason_value_locator} = id=plancancellationform-reason | ||
91 | +${plan_form_delete_sucess_btn_locator} = jquery=.btn.btn-success:contains("Скасувати") | ||
92 | +${plan_form_delete_submit_success_msg} = Рядок плану закупівлі успішно скасований |
Please
register
or
login
to post a comment