Showing
3 changed files
with
5 additions
and
1 deletions
... | ... | @@ -195,8 +195,11 @@ fill bid form edit document |
195 | 195 | capture page screenshot |
196 | 196 | wait until element is visible ${bid_form_add_document_description_input_locator} 60 |
197 | 197 | execute javascript $('#tender-bid-form .documents-dynamic-forms-wrapper:last .popover.fade.top.in [id$="-confidentiality"]').click() |
198 | + | |
198 | 199 | # click visible element ${bid_form_add_document_confidentiality_input_locator} |
199 | 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 | 203 | click visible element ${bid_form_add_document_close_description_btn_locator} |
201 | 204 | capture page screenshot |
202 | 205 | ##### EOF - TMP ##### | ... | ... |
... | ... | @@ -27,6 +27,7 @@ ${bid_form_add_document_description_btn_locator} = jquery=#tend |
27 | 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 | 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 | 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 | 31 | ${bid_form_submit_btn_locator} = jquery=.fancybox-is-open .fancybox-content button.btn.btn-success |
31 | 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 | 77 | |
78 | 78 | ${lots} = get from dictionary by keys ${data} lots |
79 | 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 | 82 | open popup by btn locator ${plan_form_general_panel_edit_btn_locator} |
83 | 83 | ${plan_path} = Get Variable Value ${ARTIFACT_FILE} artifact_plan.yaml | ... | ... |
Please
register
or
login
to post a comment