Commit 52aaebe1052ec9ebab3247186ca855628731a338

Authored by Playtenders
1 parent 0663146b

fix

Showing 1 changed file with 3 additions and 0 deletions
@@ -11,6 +11,8 @@ Resource playtender_claim @@ -11,6 +11,8 @@ Resource playtender_claim
11 [Documentation] Створити вимогу з claim в описі для тендера tender_uaid. 11 [Documentation] Створити вимогу з claim в описі для тендера tender_uaid.
12 12
13 open tender page by uaid ${tender_uaid} 13 open tender page by uaid ${tender_uaid}
  14 +#fix cat
  15 + submit form and check result ${bid_form_refresh_btn_locator} ${bid_form_refresh_success_msg} ${tender_created_checker_element_locator} ${true}
14 click visible element ${claim_page_open_btn_locator} 16 click visible element ${claim_page_open_btn_locator}
15 capture page screenshot 17 capture page screenshot
16 wait until page contains element with reloading ${claim_form_open_btn_locator} 18 wait until page contains element with reloading ${claim_form_open_btn_locator}
@@ -331,6 +333,7 @@ Change the status of the complaint @@ -331,6 +333,7 @@ Change the status of the complaint
331 # ... AND wait until element is visible ${select_complaint_submit_success_msg} 5 333 # ... AND wait until element is visible ${select_complaint_submit_success_msg} 5
332 ... AND capture page screenshot 334 ... AND capture page screenshot
333 ... AND sleep 15 335 ... AND sleep 15
  336 + ... AND capture page screenshot
334 ... AND submit form and check result ${qualification_form_submit_btn_locator} ${select_complaint_submit_success_msg} ${true} 337 ... AND submit form and check result ${qualification_form_submit_btn_locator} ${select_complaint_submit_success_msg} ${true}
335 ... AND capture page screenshot 338 ... AND capture page screenshot
336 ... AND wait until alert is visible ${select_complaint_success_btn_locator} 339 ... AND wait until alert is visible ${select_complaint_success_btn_locator}
Please register or login to post a comment