Showing
3 changed files
with
9 additions
and
5 deletions
| ... | ... | @@ -197,7 +197,10 @@ Resource playtender_agree |
| 197 | 197 | |
| 198 | 198 | # Run Keyword If '${TEST_NAME}' == 'Можливість знайти звіт про укладений договір по ідентифікатору' sleep 1200 |
| 199 | 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 | 204 | go to ${broker_baseurl}/?query%5B%5D=${tender_uaid} |
| 202 | 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 | 769 | ${contract}= op_robot_tests.tests_files.service_keywords.Munchify ${contract} |
| 770 | 770 | |
| 771 | 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 | 777 | decline lot |
| 777 | 778 | [Arguments] ${username} ${tender_uaid} ${lot_id} ${cancellation_reason} ${cancellation_reasonType} ${doc_name} ${cancellation_data} | ... | ... |
| ... | ... | @@ -654,7 +654,7 @@ Wait date |
| 654 | 654 | ${return_value} = get value by locator on opened page ${tender_agreement_lots0_minimalStep_amount_value_locator} |
| 655 | 655 | [return] ${return_value} |
| 656 | 656 | |
| 657 | -Отримати інформацію із rationaleType | |
| 657 | +Отримати інформацію із поля rationaleType | |
| 658 | 658 | [Arguments] ${field_name} |
| 659 | 659 | [Documentation] Отримати значення поля rationaleType |
| 660 | 660 | ... | ... |
Please
register
or
login
to post a comment