Commit 39b9f1ce459b7d7681920687abb7f7ffb74964cf
1 parent
31c65a0c
Fix wait to end of standstill periond in contract test
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -36,7 +36,7 @@ Suite Teardown Test Suite Teardown |
36 | 36 | ... tender_owner |
37 | 37 | ... ${USERS.users['${tender_owner}'].broker} |
38 | 38 | ... contract_sign |
39 | - ${standstillEnd}= Get Variable Value ${USERS.users['${tender_owner}'].tender_data.data.awards[1].complaintPeriod.endDate} | |
39 | + ${standstillEnd}= Get Variable Value ${USERS.users['${tender_owner}'].tender_data.data.awards[-1].complaintPeriod.endDate} | |
40 | 40 | Дочекатись дати ${standstillEnd} |
41 | 41 | |
42 | 42 | ... | ... |
Please
register
or
login
to post a comment