Commit 5a441c56b6792aaa964c858abb64f2b24fdf4509

Authored by Playtenders
1 parent a6f46922

answer question

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