Commit a7141b0509c2e06f0960e97b51c6cb2260c615a3

Authored by Playtenders
1 parent 2d685a34

Change the status of the complaint + check complaint

@@ -660,6 +660,7 @@ Resource playtender_agree @@ -660,6 +660,7 @@ Resource playtender_agree
660 [Arguments] ${username} ${tender_uaid} ${complaintID} ${confirmation_data} 660 [Arguments] ${username} ${tender_uaid} ${complaintID} ${confirmation_data}
661 [Documentation] Змінює статус скарги complaintID 661 [Documentation] Змінює статус скарги complaintID
662 662
  663 + Run Keyword And Return Change the status of the complaint ${username} ${tender_uaid} ${complaintID} ${confirmation_data}
663 664
664 Завантажити документацію до вимоги 665 Завантажити документацію до вимоги
665 [Arguments] ${username} ${tender_uaid} ${complaintID} ${document} 666 [Arguments] ${username} ${tender_uaid} ${complaintID} ${document}
@@ -343,8 +343,7 @@ complete the payment of the complaint @@ -343,8 +343,7 @@ complete the payment of the complaint
343 [Arguments] ${username} ${payment_data} 343 [Arguments] ${username} ${payment_data}
344 [Documentation] Виконати оплату скарги 344 [Documentation] Виконати оплату скарги
345 345
346 - open tender page by uaid ${tender_uaid}  
347 - log many ${confirmation_data} 346 +# open tender page by uaid ${tender_uaid}
348 capture page screenshot 347 capture page screenshot
349 click visible element ${claim_page_open_btn_locator} 348 click visible element ${claim_page_open_btn_locator}
350 capture page screenshot 349 capture page screenshot
Please register or login to post a comment