Showing
1 changed file
with
2 additions
and
2 deletions
@@ -853,9 +853,9 @@ Resource resource.robot | @@ -853,9 +853,9 @@ Resource resource.robot | ||
853 | ... cancelled | 853 | ... cancelled |
854 | 854 | ||
855 | 855 | ||
856 | -Можливість скасувати вимогу в статусі ${claim_status} про виправлення визначення ${award_index} переможця | 856 | +Можливість скасувати вимогу/скаргу про виправлення визначення ${award_index} переможця, надавши їй статус ${claim_status} |
857 | ${cancellation_reason}= create_fake_sentence | 857 | ${cancellation_reason}= create_fake_sentence |
858 | - ${status}= Set variable if "${claim_status}" == 'pending' and 'open' in '${MODE}' stopping cancelled | 858 | + ${status}= Set variable ${claim_status} |
859 | ${data}= Create Dictionary | 859 | ${data}= Create Dictionary |
860 | ... status=${status} | 860 | ... status=${status} |
861 | ... cancellationReason=${cancellation_reason} | 861 | ... cancellationReason=${cancellation_reason} |
Please
register
or
login
to post a comment