Showing
1 changed file
with
2 additions
and
2 deletions
@@ -330,7 +330,7 @@ Change the status of the complaint | @@ -330,7 +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 5 | 333 | + ... AND sleep 10 |
334 | ... 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} |
335 | ... AND capture page screenshot | 335 | ... AND capture page screenshot |
336 | ... AND wait until alert is visible ${select_complaint_success_btn_locator} | 336 | ... AND wait until alert is visible ${select_complaint_success_btn_locator} |
@@ -345,7 +345,7 @@ Change the status of the complaint | @@ -345,7 +345,7 @@ Change the status of the complaint | ||
345 | ... AND capture page screenshot | 345 | ... AND capture page screenshot |
346 | ... 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} |
347 | ... AND capture page screenshot | 347 | ... AND capture page screenshot |
348 | - ... AND sleep 5 | 348 | + ... AND sleep 10 |
349 | ... 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} |
350 | capture page screenshot | 350 | capture page screenshot |
351 | 351 |
Please
register
or
login
to post a comment