Commit c8c47a5a1ba1463ce352468abed336c1fe567f25

Authored by Playtenders
2 parents f49b7f22 bdd77221

Merge branch 'v3-dev' of https://git.4k.com.ua/root/playtender-robot_tests into v3-dev

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -149,10 +149,10 @@ 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 And Return If '${field_name}' == 'complaintPeriod.endDate' Отримати інформацію із complaintPeriod.endDate
153 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}
154 153
155 154 open tender page by uaid ${tender_uaid}
  155 + Run Keyword And Return If '${field_name}' == 'complaintPeriod.endDate' Отримати інформацію із complaintPeriod.endDate
156 156 Run Keyword And Return If '${field_name}' == 'items[0].deliveryLocation.latitude' Fail Поле не відображаем
157 157 run keyword if '${field_name}' == 'status' wait for tender status
158 158 run keyword if '${field_name}' == 'agreements[0].status' Wait Until Keyword Succeeds 1600 s 20 s wait for agreements status active
... ...
Please register or login to post a comment