Commit edc2a81f3775b36e5a6f328c944a73f987bd33a2

Authored by Playtenders
1 parent 7b6ccd90

proba

Showing 1 changed file with 1 additions and 0 deletions
@@ -42,6 +42,7 @@ answer question @@ -42,6 +42,7 @@ answer question
42 ${question_open_form_answer_js_btn_locator} = replace string ${question_open_form_answer_js_btn_locator_tpl} %title% ${question_id} 42 ${question_open_form_answer_js_btn_locator} = replace string ${question_open_form_answer_js_btn_locator_tpl} %title% ${question_id}
43 # open popup by btn locator ${question_form_open_form_answer_btn_locator} 43 # open popup by btn locator ${question_form_open_form_answer_btn_locator}
44 Execute Javascript ${question_open_form_answer_js_btn_locator} 44 Execute Javascript ${question_open_form_answer_js_btn_locator}
  45 + sleep 30
45 input text to exist visible input ${question_form_open_form_answer_input_locator} ${answer_data.data.answer} 46 input text to exist visible input ${question_form_open_form_answer_input_locator} ${answer_data.data.answer}
46 submit form and check result ${question_form_answer_submit_btn_locator} ${question_form_submit_answer_success_msg} ${tender_created_checker_element_locator} 47 submit form and check result ${question_form_answer_submit_btn_locator} ${question_form_submit_answer_success_msg} ${tender_created_checker_element_locator}
47 48
Please register or login to post a comment