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