Commit 1f132285e289c83e9eb3bf930f16fcc45dd2d92a

Authored by Playtenders
1 parent dccbd557

agreements_0_status

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -151,7 +151,7 @@ Resource playtender_contr
151 151 open tender page by uaid ${tender_uaid}
152 152 wait until page does not contain element with reloading ${tender_sync_element_locator}
153 153 run keyword if '${field_name}' == 'status' wait for tender status
154   - run keyword if '${field_name}' == 'agreements[0].status' wait for agreements status active
  154 + run keyword if '${field_name}' == 'agreements[0].status' Wait Until Keyword Succeeds 1600 s 20 s wait for agreements status active
155 155 run keyword if '${field_name}' == 'qualificationPeriod.endDate' Wait Until Keyword Succeeds 1600 s 20 s Wait For QualificationsPeriodEnd
156 156 Run Keyword And Return If '${field_name}' == 'contracts[0].status' or '${field_name}' == 'contracts[1].status' Отримати інформацію із contracts[0].status
157 157 Run Keyword And Return If '${field_name}' == 'qualificationPeriod.endDate' and '${mode}' in 'open_competitive_dialogue' Отримати інформацію із qualificationPeriod.endDate
... ...
Please register or login to post a comment