Commit dccbd5578bfa8deb32eb3bbf9f3738e2111a2fc2

Authored by Playtenders
1 parent 120b073a

claim -10

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -183,7 +183,7 @@ get document complaint
183 183 open tender page by uaid ${tender_uaid}
184 184 click visible element ${claim_page_open_btn_locator}
185 185 ${claim_open_form_answer_locator} = replace string ${claim_open_form_answer_btn_locator_tpl} %title% ${complaintID}
186   - wait until page contains element with reloading ${claim_open_form_answer_locator} 10
  186 + wait until page contains element with reloading ${claim_open_form_answer_locator}
187 187 ${claim_form_open_form_answer_btn_locator} = replace string ${claim_form_open_form_answer_btn_locator_tpl} %title% ${complaintID}
188 188 wait until page contains element with reloading ${claim_form_open_form_answer_btn_locator}
189 189 submit form and check result ${claim_form_open_form_answer_btn_locator} ${None} ${popup_opened_content_locator}
... ...
Please register or login to post a comment