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