Showing
2 changed files
with
3 additions
and
3 deletions
| ... | ... | @@ -193,13 +193,13 @@ Resource playtender_contr |
| 193 | 193 | [Documentation] Змінити значення поля fieldname на fieldvalue для плана із зазначеним plan_uaid. |
| 194 | 194 | |
| 195 | 195 | ${tender_data} = generate dictionary from field path and value ${fieldname} ${fieldvalue} |
| 196 | - Log Dictionary ${USERS.users['${tender_owner}'].tender_data.data} | |
| 196 | +# Log Dictionary ${USERS.users['${tender_owner}'].tender_data.data} | |
| 197 | 197 | open tender form by uaid ${tender_uaid} |
| 198 | 198 | fill tender form ${tender_data} |
| 199 | 199 | capture page screenshot |
| 200 | 200 | save tender form and wait synchronization |
| 201 | 201 | capture page screenshot |
| 202 | - Log Dictionary ${USERS.users['${tender_owner}'].tender_data.data} | |
| 202 | + # Log Dictionary ${USERS.users['${tender_owner}'].tender_data.data} | |
| 203 | 203 | |
| 204 | 204 | Завантажити документ |
| 205 | 205 | [Arguments] ${username} ${filepath} ${tender_uaid} | ... | ... |
| ... | ... | @@ -60,7 +60,7 @@ fill tender form |
| 60 | 60 | ${supplier_data} = op_robot_tests.tests_files.service_keywords . Test Supplier Data |
| 61 | 61 | run keyword if '${mode}' in 'negotiation reporting' fill tender from award reporting ${data.value.amount} ${supplier_data.data.suppliers[0]} |
| 62 | 62 | Run Keyword And Ignore Error fill tender required documents |
| 63 | - Run Keyword And Ignore Error run keyword if '${mode}' in 'openeu open_esco open_framework' or ('${mode}' == 'open_competitive_dialogue' and '${DIALOGUE_TYPE}' == 'EU') fill tender contact person ${data} | |
| 63 | + Run Keyword And Ignore Error run keyword if '${mode}' in 'openeu open_esco open_framework' or ('${mode}' == 'open_competitive_dialogue' and '${procurement_method_type}' == 'competitiveDialogueEU') fill tender contact person ${data} | |
| 64 | 64 | # Run Keyword And Ignore Error Execute Javascript $('a.btn.btn-default.btn-update.js-form-popup-add').click() |
| 65 | 65 | |
| 66 | 66 | fill tender form 2 stage | ... | ... |
Please
register
or
login
to post a comment