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