Commit 2a28d9e37e38d5d036a8cf5e8bc3e698d200e8b8
1 parent
b09021d9
sleep 5 sec after question (provider)
Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -29,6 +29,7 @@ add question |
29 | 29 | submit form and check result ${question_form_answer_submit_btn_locator} ${question_form_submit_success_msg} ${tender_created_checker_element_locator} |
30 | 30 | # click visible element ${question_form_answer_submit_btn_locator} |
31 | 31 | wait until page does not contain element with reloading ${tender_sync_element_locator} |
32 | + sleep 5 | |
32 | 33 | |
33 | 34 | answer question |
34 | 35 | [Arguments] ${answer_data} ${question_id} | ... | ... |
Please
register
or
login
to post a comment