Showing
3 changed files
with
5 additions
and
3 deletions
| ... | ... | @@ -37,8 +37,8 @@ edit contract |
| 37 | 37 | Run Keyword If '${contract_date_end}' == '' input text to exist visible input ${contract_contractform_date_end_input_locator} ${date_end} |
| 38 | 38 | |
| 39 | 39 | Run Keyword If '${field_name}' == 'value.amount' input number to exist visible input ${contract_contractform_amount_input_locator} ${amount} |
| 40 | - ${budget} = Run Keyword If '${field_name}' == 'value.amount' and '${mode}' == 'negotiation' Set Variable ${amount/0.95} | |
| 41 | - Run Keyword If '${field_name}' == 'value.amount' and '${mode}' == 'negotiation' input number to exist visible input ${contract_contractform_amount_input_locator} ${budget} | |
| 40 | +# ${budget} = Run Keyword If '${field_name}' == 'value.amount' and '${mode}' == 'negotiation' Set Variable ${amount/0.85} | |
| 41 | +# Run Keyword If '${field_name}' == 'value.amount' and '${mode}' == 'negotiation' input number to exist visible input ${contract_contractform_amount_input_locator} ${budget} | |
| 42 | 42 | Run Keyword If '${field_name}' == 'value.amountNet' input number to exist visible input ${contract_contractform_amount_net_input_locator} ${amount} |
| 43 | 43 | capture page screenshot |
| 44 | 44 | choose file ${add_file_to_contract_contractform_locator} ${file_path} | ... | ... |
| ... | ... | @@ -310,8 +310,9 @@ confirm awards |
| 310 | 310 | [Documentation] Перевести постачальників для тендера tender_uaid |
| 311 | 311 | ... в статус active. |
| 312 | 312 | |
| 313 | + wait until page contains element with reloading ${qualification_agreement_form_approve_submit_btn_locator} | |
| 313 | 314 | click visible element ${qualification_agreement_form_approve_submit_btn_locator} |
| 314 | - wait until page contains ${qualification_form_approve_question_msg} | |
| 315 | + wait until page contains ${qualification_agreement_form_approve_question_msg} | |
| 315 | 316 | Execute Javascript ${qualification_form_approve_js_submit_btn_locator} |
| 316 | 317 | Wait Until Page Contains ${qualification_agreement_form_approve_success_msg} 60 |
| 317 | 318 | wait until alert is visible ${qualification_agreement_form_approve_success_msg} | ... | ... |
| ... | ... | @@ -26,6 +26,7 @@ ${qualification_form_approve_success_msg} = Преква |
| 26 | 26 | ${qualification_form_approve_js_submit_btn_locator} = $('.jconfirm-box-container .btn.btn-default').click() |
| 27 | 27 | ${qualification_agreement_form_approve_submit_btn_locator} = jquery=.aside__inner a.js-qualification-approve |
| 28 | 28 | ${qualification_agreement_form_approve_success_msg} = Кваліфікація підтверджена, дочекайтесь опублікування на сайті уповноваженого органу. |
| 29 | +${qualification_agreement_form_approve_question_msg} = Ви впевнені що бажаєте завершити кваліфікацію і перейти до наступного етапу? | |
| 29 | 30 | |
| 30 | 31 | ${qualification_form_0_open_btn_locator} = jquery=#bids-pjax .pseudo-table__row:nth(1) a[href*="/tender/qualification"] |
| 31 | 32 | ${qualification_form_1_open_btn_locator} = jquery=#bids-pjax .pseudo-table__row:nth(2) a[href*="/tender/qualification"] | ... | ... |
Please
register
or
login
to post a comment