Commit bdd772214361d10d0001f6b6924497a91763ba2a

Authored by Oleksandr Iskryzhytskyi
1 parent ccbac4eb

- fixed: getting attribute after opening tender page

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