Showing
2 changed files
with
2 additions
and
2 deletions
... | ... | @@ -38,8 +38,8 @@ answer question |
38 | 38 | ${question_open_form_answer_locator} = replace string ${question_open_form_answer_btn_locator_tpl} %title% ${question_id} |
39 | 39 | wait until page contains element with reloading ${question_open_form_answer_locator} |
40 | 40 | ${question_form_open_form_answer_btn_locator} = replace string ${question_form_open_form_answer_btn_locator_tpl} %title% ${question_id} |
41 | + wait until page contains element with reloading ${question_form_open_form_answer_btn_locator} | |
41 | 42 | open popup by btn locator ${question_form_open_form_answer_btn_locator} |
42 | - wait until popup is visible | |
43 | 43 | input text to exist visible input ${question_form_open_form_answer_input_locator} ${answer_data.data.answer} |
44 | 44 | submit form and check result ${question_form_answer_submit_btn_locator} ${question_form_submit_answer_success_msg} ${tender_created_checker_element_locator} |
45 | 45 | ... | ... |
... | ... | @@ -500,7 +500,7 @@ Wait For contractactive |
500 | 500 | Отримати інформацію із complaintPeriod.endDate |
501 | 501 | [Documentation] Отримати значення поля complaintPeriod.endDate |
502 | 502 | |
503 | - ${return_value} = get value by locator on opened page ${tender_awards_negotiation_complaintPeriod_endDate_value_locator} | |
503 | + ${return_value} = get value by locator on opened page ${tender_complaintPeriod_endDate_value_locator} | |
504 | 504 | [return] ${return_value} |
505 | 505 | |
506 | 506 | Wait For complaintPeriodendDate | ... | ... |
Please
register
or
login
to post a comment