Commit ddd7221e3fce54bc3bb1328666282f3151505098

Authored by Playtenders
1 parent 590de404

mistaken

Showing 1 changed file with 3 additions and 2 deletions
... ... @@ -330,7 +330,8 @@ Change the status of the complaint
330 330 # ... capture page screenshot
331 331 # ... AND wait until element is visible ${select_complaint_submit_success_msg} 5
332 332 ... AND capture page screenshot
333   - ... AND submit form and check result ${qualification_form_submit_btn_locator} ${select_complaint_submit_success_msg}
  333 + ... AND sleep 3
  334 + ... AND submit form and check result ${qualification_form_submit_btn_locator} ${select_complaint_submit_success_msg} ${true}
334 335 ... AND capture page screenshot
335 336 ... AND wait until alert is visible ${select_complaint_success_btn_locator}
336 337 ... AND capture page screenshot
... ... @@ -345,7 +346,7 @@ Change the status of the complaint
345 346 ... AND capture page screenshot
346 347 ... AND input text to exist visible input ${claim_form_change_status_resolution_value_locator} ${confirmation_data.data.tendererAction}
347 348 ... AND capture page screenshot
348   - ... AND submit form and check result ${claim_form_change_status_success_btn_locator} ${claim_form_change_status_submit_success_msg}
  349 + ... AND submit form and check result ${claim_form_change_status_success_btn_locator} ${claim_form_change_status_submit_success_msg} ${true}
349 350 capture page screenshot
350 351
351 352
... ...
Please register or login to post a comment