Commit 1612a85375311cbad11e51c387a60e4d3b0d2d03

Authored by Playtenders
1 parent a7141b05

mistaken complaint

Showing 1 changed file with 4 additions and 4 deletions
... ... @@ -324,13 +324,13 @@ Change the status of the complaint
324 324 capture page screenshot
325 325 wait until page contains element with reloading ${claim_open_form_answer_locator}
326 326 capture page screenshot
327   - ${claim_form_open_form_change_status_btn_locator} = replace string ${claim_form_open_form_change_status_btn_locator_tpl} %title% ${complaintID}
328   - capture page screenshot
329   - wait until page contains element with reloading ${claim_form_open_form_change_status_btn_locator}
330   - capture page screenshot
331 327 Run Keyword If '${confirmation_data.data.status}' == 'mistaken'
332 328 ... Execute Javascript $('#tender-complaint-list a[href*="/tender-complaint/complaint-cancel"]').click()
333 329 Run Keyword If '${confirmation_data.data.status}' == 'resolved' Run keywords
  330 + ... ${claim_form_open_form_change_status_btn_locator} = replace string ${claim_form_open_form_change_status_btn_locator_tpl} %title% ${complaintID}
  331 + ... capture page screenshot
  332 + ... wait until page contains element with reloading ${claim_form_open_form_change_status_btn_locator}
  333 + ... capture page screenshot
334 334 ... open popup by btn locator ${claim_form_open_form_change_status_btn_locator}
335 335 ... capture page screenshot
336 336 ... input text to exist visible input ${claim_form_change_status_resolution_value_locator} ${confirmation_data.data.tendererAction}
... ...
Please register or login to post a comment