Commit ca15789b0b1601f6ad4ddffc7582d68249c263d7

Authored by Playtenders
1 parent 2c605a0c

з публічної на приватну учасником ${provider}

... ... @@ -39,8 +39,10 @@ ${bid_form_add_document_close_description_btn_locator} = jquery=#tend
39 39 #${bid_form_add_document_description_btn_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last [href$="#edit"]:last
40 40 #${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
41 41 #${bid_form_add_document_close_description_btn_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in [href$="#close"]
42   -${bid_form_add_document_confidentiality_input_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in [id$="-confidentiality"]
43   -${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
  42 +${bid_form_add_document_confidentiality_input_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper::contains("Документи до пропозиції в цілому") .popover.fade.top.in [id$="-confidentiality"]
  43 +${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
  44 +#${bid_form_add_document_confidentiality_input_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in [id$="-confidentiality"]
  45 +#${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
44 46 ${bid_form_submit_btn_locator} = jquery=.fancybox-is-open .fancybox-content button.btn.btn-success
45 47 ${bid_form_edit_document_all_btn_locator} = jquery=.form-documents-group:contains("Документи до пропозиції в цілому") .tab-content .item-wrapper.js-item:last a[href*="#reupload"]
46 48 #${bid_form_edit_document_all_btn_locator} = jquery=.form-documents-group .tab-content .item-wrapper.js-item:last a[href*="#reupload"]
... ...
Please register or login to post a comment