Showing
3 changed files
with
9 additions
and
5 deletions
| @@ -197,7 +197,10 @@ Resource playtender_agree | @@ -197,7 +197,10 @@ Resource playtender_agree | ||
| 197 | 197 | ||
| 198 | # Run Keyword If '${TEST_NAME}' == 'Можливість знайти звіт про укладений договір по ідентифікатору' sleep 1200 | 198 | # Run Keyword If '${TEST_NAME}' == 'Можливість знайти звіт про укладений договір по ідентифікатору' sleep 1200 |
| 199 | open tender search form | 199 | open tender search form |
| 200 | - Run Keyword And Return If '${SUITE_NAME}' == 'Tests Files.Contract Signing' and '${mode}' in 'open_framework' GetTenderContract ${tender_uaid} | 200 | + log many ${SUITE_NAME} |
| 201 | + log many ${mode} | ||
| 202 | + Run Keyword If '${SUITE_NAME}' == 'Tests Files.Contract Signing' and '${mode}' in 'open_framework' GetTenderContract ${tender_uaid} | ||
| 203 | + Run Keyword If '${SUITE_NAME}' == 'Tests Files.04Contract Signing' and '${mode}' in 'open_framework' GetTenderContract ${tender_uaid} | ||
| 201 | go to ${broker_baseurl}/?query%5B%5D=${tender_uaid} | 204 | go to ${broker_baseurl}/?query%5B%5D=${tender_uaid} |
| 202 | input to search form and wait results ${tender_search_form_query_input_locator} ${tender_uaid} ${tender_search_form_result_locator_tpl} | 205 | input to search form and wait results ${tender_search_form_query_input_locator} ${tender_uaid} ${tender_search_form_result_locator_tpl} |
| 203 | 206 |
| @@ -769,9 +769,10 @@ GetTenderContract | @@ -769,9 +769,10 @@ GetTenderContract | ||
| 769 | ${contract}= op_robot_tests.tests_files.service_keywords.Munchify ${contract} | 769 | ${contract}= op_robot_tests.tests_files.service_keywords.Munchify ${contract} |
| 770 | 770 | ||
| 771 | Log ${contract} | 771 | Log ${contract} |
| 772 | -# Set To Dictionary ${USERS.users['${tender_owner}']} agreement_data=${contract} | ||
| 773 | - Set To Dictionary ${USERS.users['${username}']} agreement_data=${contract} | ||
| 774 | - log ${USERS.users['${username}'].agreement_data} | 772 | + Set To Dictionary ${USERS.users['${tender_owner}']} agreement_data=${contract} |
| 773 | +# Set To Dictionary ${USERS.users['${username}']} agreement_data=${contract} | ||
| 774 | +# log ${USERS.users['${username}'].agreement_data} | ||
| 775 | + log ${USERS.users['${tender_owner}'].agreement_data} | ||
| 775 | 776 | ||
| 776 | decline lot | 777 | decline lot |
| 777 | [Arguments] ${username} ${tender_uaid} ${lot_id} ${cancellation_reason} ${cancellation_reasonType} ${doc_name} ${cancellation_data} | 778 | [Arguments] ${username} ${tender_uaid} ${lot_id} ${cancellation_reason} ${cancellation_reasonType} ${doc_name} ${cancellation_data} |
| @@ -654,7 +654,7 @@ Wait date | @@ -654,7 +654,7 @@ Wait date | ||
| 654 | ${return_value} = get value by locator on opened page ${tender_agreement_lots0_minimalStep_amount_value_locator} | 654 | ${return_value} = get value by locator on opened page ${tender_agreement_lots0_minimalStep_amount_value_locator} |
| 655 | [return] ${return_value} | 655 | [return] ${return_value} |
| 656 | 656 | ||
| 657 | -Отримати інформацію із rationaleType | 657 | +Отримати інформацію із поля rationaleType |
| 658 | [Arguments] ${field_name} | 658 | [Arguments] ${field_name} |
| 659 | [Documentation] Отримати значення поля rationaleType | 659 | [Documentation] Отримати значення поля rationaleType |
| 660 | 660 |
Please
register
or
login
to post a comment