Commit 2d685a344c62d167e1eaf035c99ff5e83b865c90
1 parent
578f354c
change status complaint + complete the payment of the complaint
Showing
2 changed files
with
21 additions
and
5 deletions
... | ... | @@ -660,29 +660,33 @@ Resource playtender_agree |
660 | 660 | [Arguments] ${username} ${tender_uaid} ${complaintID} ${confirmation_data} |
661 | 661 | [Documentation] Змінює статус скарги complaintID |
662 | 662 | |
663 | - Run Keyword And Return Change the status of the complaint ${username} ${tender_uaid} ${complaintID} ${confirmation_data} | |
664 | 663 | |
665 | 664 | Завантажити документацію до вимоги |
666 | 665 | [Arguments] ${username} ${tender_uaid} ${complaintID} ${document} |
667 | 666 | [Documentation] Завантажити документацію до вимоги |
668 | 667 | |
668 | + Run Keyword And Return Change the status of the complaint ${username} ${tender_uaid} ${complaintID} ${confirmation_data} | |
669 | 669 | |
670 | 670 | Виконати оплату скарги |
671 | 671 | [Arguments] ${username} ${payment_data} |
672 | 672 | [Documentation] Виконати оплату скарги |
673 | 673 | |
674 | + Run Keyword And Return complete the payment of the complaint ${username} ${payment_data} | |
674 | 675 | |
675 | 676 | Змінити статус скарги на скасування |
676 | 677 | [Arguments] ${username} ${tender_uaid} ${complaintID} ${qualification_index} ${confirmation_data} |
677 | - Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data} | |
678 | + | |
679 | + playtender.Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data} | |
678 | 680 | |
679 | 681 | Змінити статус скарги на визначення пре-кваліфікації учасника |
680 | 682 | [Arguments] ${username} ${tender_uaid} ${complaintID} ${qualification_index} ${confirmation_data} |
681 | - Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data} | |
683 | + | |
684 | + playtender.Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data} | |
682 | 685 | |
683 | 686 | Змінити статус скарги на визначення переможця |
684 | 687 | [Arguments] ${username} ${tender_uaid} ${complaintID} ${award_index} ${confirmation_data} |
685 | - Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data} | |
688 | + | |
689 | + playtender.Змінити статус скарги ${username} ${tender_uaid} ${complaintID} ${confirmation_data} | |
686 | 690 | |
687 | 691 | |
688 | 692 | ######################################################################################################################## | ... | ... |
... | ... | @@ -329,7 +329,7 @@ Change the status of the complaint |
329 | 329 | wait until page contains element with reloading ${claim_form_open_form_change_status_btn_locator} |
330 | 330 | capture page screenshot |
331 | 331 | Run Keyword If '${confirmation_data.data.status}' == 'mistaken' |
332 | - ... Execute Javascript $('#tender-complaint-list a[href*="/tender-complaint/complaint-cancel"]').text() | |
332 | + ... Execute Javascript $('#tender-complaint-list a[href*="/tender-complaint/complaint-cancel"]').click() | |
333 | 333 | Run Keyword If '${confirmation_data.data.status}' == 'resolved' Run keywords |
334 | 334 | ... open popup by btn locator ${claim_form_open_form_change_status_btn_locator} |
335 | 335 | ... capture page screenshot |
... | ... | @@ -338,3 +338,15 @@ Change the status of the complaint |
338 | 338 | ... submit form and check result ${claim_form_change_status_success_btn_locator} ${claim_form_change_status_submit_success_msg} |
339 | 339 | capture page screenshot |
340 | 340 | |
341 | + | |
342 | +complete the payment of the complaint | |
343 | + [Arguments] ${username} ${payment_data} | |
344 | + [Documentation] Виконати оплату скарги | |
345 | + | |
346 | + open tender page by uaid ${tender_uaid} | |
347 | + log many ${confirmation_data} | |
348 | + capture page screenshot | |
349 | + click visible element ${claim_page_open_btn_locator} | |
350 | + capture page screenshot | |
351 | + Execute Javascript $('#tender-complaint-list a[href*="/testing/complaint-status-change"]').click() | |
352 | + capture page screenshot | ... | ... |
Please
register
or
login
to post a comment