Showing
3 changed files
with
6 additions
and
1 deletions
| ... | ... | @@ -742,7 +742,8 @@ Resource playtender_contr |
| 742 | 742 | ... нього документ, який знаходиться по шляху document та перевести в статус active. |
| 743 | 743 | |
| 744 | 744 | open tender form by uaid ${tender_uaid} |
| 745 | - fill tender from award reporting ${supplier_data.data.value.amount} ${supplier_data.data.suppliers[0]} | |
| 745 | +# fill tender from award reporting ${supplier_data.data.value.amount} ${supplier_data.data.suppliers[0]} | |
| 746 | + fill tender from award reporting ${rep_val} ${supplier_data.data.suppliers[0]} | |
| 746 | 747 | run keyword and ignore error save tender form and wait synchronization |
| 747 | 748 | confirm award ${document} |
| 748 | 749 | ######################################################################################################################## | ... | ... |
| ... | ... | @@ -274,6 +274,7 @@ confirm award |
| 274 | 274 | # run keyword and ignore error run keyword if '${mode}' in 'reporting' wait until page contains element with reloading ${qualification_form_0_open_btn_locator} |
| 275 | 275 | capture page screenshot |
| 276 | 276 | # run keyword and ignore error run keyword if '${mode}' in 'reporting' open popup by btn locator ${qualification_form_0_open_btn_locator} |
| 277 | + run keyword and ignore error run keyword if '${mode}' in 'reporting' Execute Javascript $('[id$="qualificationform-tender_not_signed_qualification_confirmation_required"]').click() | |
| 277 | 278 | capture page screenshot |
| 278 | 279 | # run keyword and ignore error run keyword if '${mode}' in 'reporting' Execute Javascript $('#qualificationform-decision').val('accept').change() |
| 279 | 280 | capture page screenshot | ... | ... |
| ... | ... | @@ -58,6 +58,9 @@ fill tender form |
| 58 | 58 | ${lots} = get from dictionary by keys ${data} lots |
| 59 | 59 | run keyword if condition is not none ${lots} fill tender form lots ${lots} |
| 60 | 60 | ${supplier_data} = op_robot_tests.tests_files.service_keywords . Test Supplier Data |
| 61 | + ##### BOF - TMP for negotiation milestone 1 lot##### | |
| 62 | + Set Global Variable ${rep_val} ${data.value.amount} | |
| 63 | + ##### EOF - TMP ##### | |
| 61 | 64 | run keyword if '${mode}' in 'negotiation reporting' fill tender from award reporting ${data.value.amount} ${supplier_data.data.suppliers[0]} |
| 62 | 65 | Run Keyword And Ignore Error fill tender required documents |
| 63 | 66 | ${procurement_method_type} = get from dictionary by keys ${data} procurementMethodType | ... | ... |
Please
register
or
login
to post a comment