Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -42,6 +42,7 @@ answer question |
42 | 42 | ${question_open_form_answer_js_btn_locator} = replace string ${question_open_form_answer_js_btn_locator_tpl} %title% ${question_id} |
43 | 43 | # open popup by btn locator ${question_form_open_form_answer_btn_locator} |
44 | 44 | Execute Javascript ${question_open_form_answer_js_btn_locator} |
45 | + sleep 30 | |
45 | 46 | input text to exist visible input ${question_form_open_form_answer_input_locator} ${answer_data.data.answer} |
46 | 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