Showing
2 changed files
with
3 additions
and
2 deletions
| ... | ... | @@ -149,7 +149,7 @@ Resource playtender_contr |
| 149 | 149 | [Documentation] Отримати значення поля field_name для тендера tender_uaid. |
| 150 | 150 | |
| 151 | 151 | # fix for preventing error "Resolving variable '${award.value.amount}' failed: AttributeError: value" in next keywords for owner role |
| 152 | - run keyword if ${is_test_role_owner} and '${field_name}' in 'awards[0].complaintPeriod.endDate awards[1].complaintPeriod.endDate awards[2].complaintPeriod.endDate awards[3].complaintPeriod.endDate' fix awards data in global Users variable ${username} | |
| 152 | +## run keyword if ${is_test_role_owner} and '${field_name}' in 'awards[0].complaintPeriod.endDate awards[1].complaintPeriod.endDate awards[2].complaintPeriod.endDate awards[3].complaintPeriod.endDate' fix awards data in global Users variable ${username} | |
| 153 | 153 | |
| 154 | 154 | open tender page by uaid ${tender_uaid} |
| 155 | 155 | Run Keyword And Return If '${field_name}' == 'complaintPeriod.endDate' Отримати інформацію із complaintPeriod.endDate | ... | ... |
| ... | ... | @@ -80,7 +80,8 @@ fill tender general info |
| 80 | 80 | wait until page does not contain element ${tender_load_form_after_mode_locator} |
| 81 | 81 | |
| 82 | 82 | open popup by btn locator ${plan_form_general_panel_edit_btn_locator} |
| 83 | - ${plan_path} = Get Variable Value ${ARTIFACT_FILE} artifact.yaml | |
| 83 | + ${plan_path} = Get Variable Value ${ARTIFACT_FILE} artifact_plan.yaml | |
| 84 | +# ${plan_path} = Get Variable Value ${ARTIFACT_FILE} artifact.yaml | |
| 84 | 85 | ${ARTIFACT} = load_data_from ${plan_path} |
| 85 | 86 | run keyword and ignore error run keyword if condition is not none ${ARTIFACT.tender_uaid} input text to visible input ${tender_form_general_tender_plan_id_locator} ${ARTIFACT.tender_uaid} |
| 86 | 87 | ${title} = get from dictionary by keys ${data} title | ... | ... |
Please
register
or
login
to post a comment