Commit 94d0a38d37f2242e37f1b80140c234891f136169

Authored by Playtenders
1 parent ca15789b

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

... ... @@ -207,7 +207,8 @@ fill bid form edit document
207 207 set element scroll into view ${bid_form_add_document_close_description_btn_locator}
208 208 capture page screenshot
209 209 wait until element is visible ${bid_form_add_document_description_input_locator} 60
210   - execute javascript $('#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in [id$="-confidentiality"]').click()
  210 + execute javascript $('#tender-bid-form .documents-dynamic-forms-wrapper:contains("Документи до пропозиції в цілому") .popover.fade.top.in [id$="-confidentiality"]').click()
  211 +# execute javascript $('#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in [id$="-confidentiality"]').click()
211 212
212 213 # click visible element ${bid_form_add_document_confidentiality_input_locator}
213 214 capture page screenshot
... ...
... ... @@ -39,8 +39,8 @@ ${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::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
  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 44 #${bid_form_add_document_confidentiality_input_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in [id$="-confidentiality"]
45 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
46 46 ${bid_form_submit_btn_locator} = jquery=.fancybox-is-open .fancybox-content button.btn.btn-success
... ...
Please register or login to post a comment