Commit ecabc53e4df82beb964922d64124e77f97112516

Authored by Playtenders
1 parent 33f87302

mistaken

Showing 1 changed file with 15 additions and 15 deletions
@@ -326,23 +326,23 @@ Change the status of the complaint @@ -326,23 +326,23 @@ Change the status of the complaint
326 capture page screenshot 326 capture page screenshot
327 Run Keyword If '${confirmation_data.data.status}' == 'mistaken' Run keywords 327 Run Keyword If '${confirmation_data.data.status}' == 'mistaken' Run keywords
328 ... Execute Javascript $('#tender-complaint-list a[href*="/tender-complaint/complaint-cancel"]').click() 328 ... Execute Javascript $('#tender-complaint-list a[href*="/tender-complaint/complaint-cancel"]').click()
329 - ... capture page screenshot  
330 - ... wait until element is visible ${select_complaint_submit_success_msg} 5  
331 - ... capture page screenshot  
332 - ... wait until alert is visible ${select_complaint_success_btn_locator}  
333 - ... capture page screenshot  
334 - ... close current visible alert  
335 - ... capture page screenshot 329 + ... AND capture page screenshot
  330 + ... AND wait until element is visible ${select_complaint_submit_success_msg} 5
  331 + ... AND capture page screenshot
  332 + ... AND wait until alert is visible ${select_complaint_success_btn_locator}
  333 + ... AND capture page screenshot
  334 + ... AND close current visible alert
  335 + ... AND capture page screenshot
336 Run Keyword If '${confirmation_data.data.status}' == 'resolved' Run keywords 336 Run Keyword If '${confirmation_data.data.status}' == 'resolved' Run keywords
337 ... ${claim_form_open_form_change_status_btn_locator} = replace string ${claim_form_open_form_change_status_btn_locator_tpl} %title% ${complaintID} 337 ... ${claim_form_open_form_change_status_btn_locator} = replace string ${claim_form_open_form_change_status_btn_locator_tpl} %title% ${complaintID}
338 - ... capture page screenshot  
339 - ... wait until page contains element with reloading ${claim_form_open_form_change_status_btn_locator}  
340 - ... capture page screenshot  
341 - ... open popup by btn locator ${claim_form_open_form_change_status_btn_locator}  
342 - ... capture page screenshot  
343 - ... input text to exist visible input ${claim_form_change_status_resolution_value_locator} ${confirmation_data.data.tendererAction}  
344 - ... capture page screenshot  
345 - ... submit form and check result ${claim_form_change_status_success_btn_locator} ${claim_form_change_status_submit_success_msg} 338 + ... AND capture page screenshot
  339 + ... AND wait until page contains element with reloading ${claim_form_open_form_change_status_btn_locator}
  340 + ... AND capture page screenshot
  341 + ... AND open popup by btn locator ${claim_form_open_form_change_status_btn_locator}
  342 + ... AND capture page screenshot
  343 + ... AND input text to exist visible input ${claim_form_change_status_resolution_value_locator} ${confirmation_data.data.tendererAction}
  344 + ... AND capture page screenshot
  345 + ... AND submit form and check result ${claim_form_change_status_success_btn_locator} ${claim_form_change_status_submit_success_msg}
346 capture page screenshot 346 capture page screenshot
347 347
348 348
Please register or login to post a comment