Showing
3 changed files
with
4 additions
and
2 deletions
| @@ -793,7 +793,7 @@ Resource playtender_contr | @@ -793,7 +793,7 @@ Resource playtender_contr | ||
| 793 | [Documentation] Перевести тендер tender_uaid в статус active.tendering. | 793 | [Documentation] Перевести тендер tender_uaid в статус active.tendering. |
| 794 | 794 | ||
| 795 | open tender form by uaid ${tender_uaid} | 795 | open tender form by uaid ${tender_uaid} |
| 796 | - activate stage 2 | 796 | + activatstage 2 |
| 797 | submit form and check result ${tender_form_submit_btn_locator} ${tender_form_submit_success_msg} ${tender_created_checker_element_locator} | 797 | submit form and check result ${tender_form_submit_btn_locator} ${tender_form_submit_success_msg} ${tender_created_checker_element_locator} |
| 798 | sleep 15m | 798 | sleep 15m |
| 799 | 799 |
| @@ -449,6 +449,7 @@ activate stage 2 | @@ -449,6 +449,7 @@ activate stage 2 | ||
| 449 | click visible element ${stage2_form_add_document_close_description_btn_locator} | 449 | click visible element ${stage2_form_add_document_close_description_btn_locator} |
| 450 | capture page screenshot | 450 | capture page screenshot |
| 451 | submit current visible popup | 451 | submit current visible popup |
| 452 | + capture page screenshot | ||
| 452 | 453 | ||
| 453 | fix awards data in global Users variable | 454 | fix awards data in global Users variable |
| 454 | [Arguments] ${username} | 455 | [Arguments] ${username} |
| @@ -523,7 +523,8 @@ Wait For complaintPeriodendDate | @@ -523,7 +523,8 @@ Wait For complaintPeriodendDate | ||
| 523 | [Documentation] Отримати значення поля minimalStep.amount для тендера tender_uaid. | 523 | [Documentation] Отримати значення поля minimalStep.amount для тендера tender_uaid. |
| 524 | 524 | ||
| 525 | # ${tender_lot_minimal_step_amount_value_locator} = replace string ${tender_lot_minimal_step_amount_value_locator_tpl} %lot_id% ${lot_id} | 525 | # ${tender_lot_minimal_step_amount_value_locator} = replace string ${tender_lot_minimal_step_amount_value_locator_tpl} %lot_id% ${lot_id} |
| 526 | - click visible element ${tender_awards_negotiation_documents_btn_locator} | 526 | +# click visible element ${tender_awards_negotiation_documents_btn_locator} |
| 527 | + open popup by btn locator ${tender_awards_negotiation_documents_btn_locator} | ||
| 527 | ${return_value} = get value by locator on opened page ${tender_awards_0_documents_0_title_value_locator} | 528 | ${return_value} = get value by locator on opened page ${tender_awards_0_documents_0_title_value_locator} |
| 528 | click visible element ${tender_awards_negotiation_documents_close_btn_locator} | 529 | click visible element ${tender_awards_negotiation_documents_close_btn_locator} |
| 529 | [return] ${return_value} | 530 | [return] ${return_value} |
Please
register
or
login
to post a comment