Commit ad191dfe63b3c69fc3b8fb36d43acec22268bfd3

Authored by Playtenders
1 parent 8ef345e1

fix

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