Commit 7778f94a7e89278f38629a85d4acf11db753f73d

Authored by Playtenders
1 parent 583a461e

bid confidentialityRationale

@@ -195,8 +195,11 @@ fill bid form edit document @@ -195,8 +195,11 @@ fill bid form edit document
195 capture page screenshot 195 capture page screenshot
196 wait until element is visible ${bid_form_add_document_description_input_locator} 60 196 wait until element is visible ${bid_form_add_document_description_input_locator} 60
197 execute javascript $('#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in [id$="-confidentiality"]').click() 197 execute javascript $('#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in [id$="-confidentiality"]').click()
  198 +
198 # click visible element ${bid_form_add_document_confidentiality_input_locator} 199 # click visible element ${bid_form_add_document_confidentiality_input_locator}
199 capture page screenshot 200 capture page screenshot
  201 + input text to exist visible input ${bid_form_add_document_confidentialityrationale_input_locator} ${doc_data.data.confidentialityRationale}
  202 + capture page screenshot
200 click visible element ${bid_form_add_document_close_description_btn_locator} 203 click visible element ${bid_form_add_document_close_description_btn_locator}
201 capture page screenshot 204 capture page screenshot
202 ##### EOF - TMP ##### 205 ##### EOF - TMP #####
@@ -27,6 +27,7 @@ ${bid_form_add_document_description_btn_locator} = jquery=#tend @@ -27,6 +27,7 @@ ${bid_form_add_document_description_btn_locator} = jquery=#tend
27 ${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 27 ${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
28 ${bid_form_add_document_close_description_btn_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in [href$="#close"] 28 ${bid_form_add_document_close_description_btn_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in [href$="#close"]
29 ${bid_form_add_document_confidentiality_input_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in [id$="-confidentiality"] 29 ${bid_form_add_document_confidentiality_input_locator} = jquery=#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in [id$="-confidentiality"]
  30 +${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
30 ${bid_form_submit_btn_locator} = jquery=.fancybox-is-open .fancybox-content button.btn.btn-success 31 ${bid_form_submit_btn_locator} = jquery=.fancybox-is-open .fancybox-content button.btn.btn-success
31 ${bid_form_edit_document_all_btn_locator} = jquery=.form-documents-group .tab-content .item-wrapper.js-item:last a[href*="#reupload"] 32 ${bid_form_edit_document_all_btn_locator} = jquery=.form-documents-group .tab-content .item-wrapper.js-item:last a[href*="#reupload"]
32 33
@@ -77,7 +77,7 @@ fill tender general info @@ -77,7 +77,7 @@ fill tender general info
77 77
78 ${lots} = get from dictionary by keys ${data} lots 78 ${lots} = get from dictionary by keys ${data} lots
79 run keyword if condition is not none ${lots} Run Keyword And Ignore Error Click Element ${tender_multilot_locator} 79 run keyword if condition is not none ${lots} Run Keyword And Ignore Error Click Element ${tender_multilot_locator}
80 - wait until page does not contain element ${tender_load_form_after_mode_locator} 80 + wait until page does not contain element ${tender_load_form_after_mode_locator} 20
81 81
82 open popup by btn locator ${plan_form_general_panel_edit_btn_locator} 82 open popup by btn locator ${plan_form_general_panel_edit_btn_locator}
83 ${plan_path} = Get Variable Value ${ARTIFACT_FILE} artifact_plan.yaml 83 ${plan_path} = Get Variable Value ${ARTIFACT_FILE} artifact_plan.yaml
Please register or login to post a comment