Commit c1e011dcfea9329f37a7e2bb03788a543591d02d
1 parent
7ba666ab
Rename keywords
`Отримати дані із скарги...` -> `Отримати інформацію із скарги...`
Showing
2 changed files
with
4 additions
and
4 deletions
... | ... | @@ -621,7 +621,7 @@ Library openprocurement_client_helper.py |
621 | 621 | Log ${reply} |
622 | 622 | |
623 | 623 | |
624 | -Отримати дані із скарги на умови | |
624 | +Отримати інформацію із скарги на умови | |
625 | 625 | [Arguments] ${username} ${complaintID} ${field_name} |
626 | 626 | ${complaints}= Get Variable Value ${USERS.users['${username}'].tender_data.data.complaints} |
627 | 627 | ${complaint_index}= get_complaint_index_by_complaintID ${complaints} ${complaintID} |
... | ... | @@ -629,7 +629,7 @@ Library openprocurement_client_helper.py |
629 | 629 | [Return] ${field_value} |
630 | 630 | |
631 | 631 | |
632 | -Отримати дані із скарги про виправлення визначення переможця | |
632 | +Отримати інформацію із скарги про виправлення визначення переможця | |
633 | 633 | [Arguments] ${username} ${award_index} ${complaintID} ${field_name} |
634 | 634 | ${complaints}= Get Variable Value ${USERS.users['${username}'].tender_data.data.awards[${award_index}].complaints} |
635 | 635 | ${complaint_index}= get_complaint_index_by_complaintID ${complaints} ${complaintID} | ... | ... |
... | ... | @@ -536,7 +536,7 @@ Get Broker Property By Username |
536 | 536 | ... ${given_value} |
537 | 537 | ... ${field_name} |
538 | 538 | ... ELSE |
539 | - ... Run as ${username} Отримати дані із скарги на умови ${complaintID} ${field_name} | |
539 | + ... Run as ${username} Отримати інформацію із скарги на умови ${complaintID} ${field_name} | |
540 | 540 | Порівняти об'єкти ${given_value} ${received_value} |
541 | 541 | |
542 | 542 | |
... | ... | @@ -551,7 +551,7 @@ Get Broker Property By Username |
551 | 551 | ... ${field_name} |
552 | 552 | ... ${award_index} |
553 | 553 | ... ELSE |
554 | - ... Run as ${username} Отримати дані із скарги про виправлення визначення переможця ${award_index} ${complaintID} ${field_name} | |
554 | + ... Run as ${username} Отримати інформацію із скарги про виправлення визначення переможця ${award_index} ${complaintID} ${field_name} | |
555 | 555 | Порівняти об'єкти ${given_value} ${received_value} |
556 | 556 | |
557 | 557 | ... | ... |
Please
register
or
login
to post a comment