Commit db54fa49c6575ec8b81cf33464e1b0ac356d5685
1 parent
ec968608
Fix Complaint Cancellation Keyword by adding an appropriate status for openUA procedure
Showing
1 changed file
with
1 additions
and
2 deletions
... | ... | @@ -794,7 +794,7 @@ Resource resource.robot |
794 | 794 | |
795 | 795 | Можливість скасувати вимогу про виправлення визначення ${award_index} переможця |
796 | 796 | ${cancellation_reason}= create_fake_sentence |
797 | - ${status}= Set variable if 'open' in '${MODE}' stopping cancelled | |
797 | + ${status}= Set variable if "${USERS.users['${provider}'].tender_data.data.awards[${award_index}].complaints[-1].status}" == 'pending' and 'open' in '${MODE}' stopping cancelled | |
798 | 798 | ${data}= Create Dictionary |
799 | 799 | ... status=${status} |
800 | 800 | ... cancellationReason=${cancellation_reason} |
... | ... | @@ -807,7 +807,6 @@ Resource resource.robot |
807 | 807 | ... ${cancellation_data} |
808 | 808 | ... ${award_index} |
809 | 809 | Set To Dictionary ${USERS.users['${provider}'].claim_data} cancellation ${cancellation_data} |
810 | - ${status}= Set variable if 'open' in '${MODE}' stopping cancelled | |
811 | 810 | Wait until keyword succeeds |
812 | 811 | ... 5 min 15 sec |
813 | 812 | ... 15 sec | ... | ... |
Please
register
or
login
to post a comment