Commit afb4c03fc4e106812fa50315baf13601aaecef4d

Authored by ivanka12
1 parent 76f8e1b4

add new keywords for award claims

... ... @@ -853,9 +853,9 @@ Resource resource.robot
853 853 ... cancelled
854 854
855 855
856   -Можливість скасувати вимогу в статусі ${claim_status} про виправлення визначення ${award_index} переможця
  856 +Можливість скасувати вимогу/скаргу про виправлення визначення ${award_index} переможця, надавши їй статус ${claim_status}
857 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 859 ${data}= Create Dictionary
860 860 ... status=${status}
861 861 ... cancellationReason=${cancellation_reason}
... ...
Please register or login to post a comment