Commit 59b59f0d61a6e437f825c939aa47952325e6ac7b
1 parent
e2a7b508
change check complaint field/status keywords
Showing
1 changed file
with
4 additions
and
4 deletions
... | ... | @@ -889,8 +889,8 @@ Log differences between dicts |
889 | 889 | |
890 | 890 | |
891 | 891 | Звірити поле скарги із значенням |
892 | - [Arguments] ${username} ${tender_uaid} ${given_value} ${field_name} ${complaintID} ${award_index}=${None} | |
893 | - ${received_value}= Run as ${username} Отримати інформацію із скарги ${tender_uaid} ${complaintID} ${field_name} ${award_index} | |
892 | + [Arguments] ${username} ${tender_uaid} ${given_value} ${field_name} ${complaintID} ${object_index}=${None} ${object}=${None} | |
893 | + ${received_value}= Run as ${username} Отримати інформацію із скарги ${tender_uaid} ${complaintID} ${field_name} ${object_index} ${object} | |
894 | 894 | Порівняти об'єкти ${given_value} ${received_value} |
895 | 895 | |
896 | 896 | |
... | ... | @@ -1022,8 +1022,8 @@ Require Failure |
1022 | 1022 | |
1023 | 1023 | |
1024 | 1024 | Звірити статус вимоги/скарги |
1025 | - [Arguments] ${username} ${tender_uaid} ${complaintID} ${left} ${award_index}=${None} | |
1026 | - ${right}= Run as ${username} Отримати інформацію із скарги ${tender_uaid} ${complaintID} status ${award_index} | |
1025 | + [Arguments] ${username} ${tender_uaid} ${complaintID} ${left} ${object} ${object_index} | |
1026 | + ${right}= Run as ${username} Отримати інформацію із скарги ${tender_uaid} ${complaintID} status ${object} ${object_index} | |
1027 | 1027 | Порівняти об'єкти ${left} ${right} |
1028 | 1028 | |
1029 | 1029 | ... | ... |
Please
register
or
login
to post a comment