|
@@ -152,7 +152,7 @@ Resource playtender_contr |
|
@@ -152,7 +152,7 @@ Resource playtender_contr |
152
|
run keyword if ${is_test_role_owner} and '${field_name}' in 'awards[0].complaintPeriod.endDate awards[1].complaintPeriod.endDate awards[2].complaintPeriod.endDate awards[3].complaintPeriod.endDate' fix awards data in global Users variable ${username}
|
152
|
run keyword if ${is_test_role_owner} and '${field_name}' in 'awards[0].complaintPeriod.endDate awards[1].complaintPeriod.endDate awards[2].complaintPeriod.endDate awards[3].complaintPeriod.endDate' fix awards data in global Users variable ${username}
|
153
|
|
153
|
|
154
|
open tender page by uaid ${tender_uaid}
|
154
|
open tender page by uaid ${tender_uaid}
|
155
|
- wait until page does not contain element with reloading ${tender_sync_element_locator}
|
155
|
+# wait until page does not contain element with reloading ${tender_sync_element_locator}
|
156
|
run keyword if '${field_name}' == 'status' wait for tender status
|
156
|
run keyword if '${field_name}' == 'status' wait for tender status
|
157
|
run keyword if '${field_name}' == 'agreements[0].status' Wait Until Keyword Succeeds 1600 s 20 s wait for agreements status active
|
157
|
run keyword if '${field_name}' == 'agreements[0].status' Wait Until Keyword Succeeds 1600 s 20 s wait for agreements status active
|
158
|
run keyword if '${field_name}' == 'qualificationPeriod.endDate' Wait Until Keyword Succeeds 1600 s 20 s Wait For QualificationsPeriodEnd
|
158
|
run keyword if '${field_name}' == 'qualificationPeriod.endDate' Wait Until Keyword Succeeds 1600 s 20 s Wait For QualificationsPeriodEnd
|
|
@@ -685,7 +685,7 @@ Resource playtender_contr |
|
@@ -685,7 +685,7 @@ Resource playtender_contr |
685
|
|
685
|
|
686
|
open tender page by uaid ${tender_uaid}
|
686
|
open tender page by uaid ${tender_uaid}
|
687
|
open tender form qualification ${award_num}
|
687
|
open tender form qualification ${award_num}
|
688
|
- confirm award qualification ${username} ${award_num}
|
688
|
+ run keyword if ${award_num} != 3 confirm award qualification ${username} ${award_num}
|
689
|
|
689
|
|
690
|
Дискваліфікувати постачальника
|
690
|
Дискваліфікувати постачальника
|
691
|
[Arguments] ${username} ${tender_uaid} ${award_num}
|
691
|
[Arguments] ${username} ${tender_uaid} ${award_num}
|
|
@@ -706,6 +706,14 @@ Resource playtender_contr |
|
@@ -706,6 +706,14 @@ Resource playtender_contr |
706
|
# wait until popup is visible
|
706
|
# wait until popup is visible
|
707
|
cancel award qualification
|
707
|
cancel award qualification
|
708
|
|
708
|
|
|
|
709
|
+Затвердити постачальників
|
|
|
710
|
+ [Arguments] ${username} ${tender_uaid}
|
|
|
711
|
+ [Documentation] Перевести постачальників для тендера tender_uaid
|
|
|
712
|
+ ... в статус active.
|
|
|
713
|
+
|
|
|
714
|
+ open tender page by uaid ${tender_uaid}
|
|
|
715
|
+ confirm awards
|
|
|
716
|
+
|
709
|
########################################################################################################################
|
717
|
########################################################################################################################
|
710
|
################################################### END QUALIFICATION KEYWORDS ########################################
|
718
|
################################################### END QUALIFICATION KEYWORDS ########################################
|
711
|
########################################################################################################################
|
719
|
########################################################################################################################
|