Showing
5 changed files
with
26 additions
and
4 deletions
@@ -214,6 +214,7 @@ Resource playtender_agree | @@ -214,6 +214,7 @@ Resource playtender_agree | ||
214 | Run Keyword And Return If '${field_name}' == 'lots[0].minimalStep.valueAddedTaxIncluded' Отримати інформацію із лоту minimalStep.valueAddedTaxIncluded ${field_name} | 214 | Run Keyword And Return If '${field_name}' == 'lots[0].minimalStep.valueAddedTaxIncluded' Отримати інформацію із лоту minimalStep.valueAddedTaxIncluded ${field_name} |
215 | Run Keyword And Return If '${field_name}' == 'lots[0].value.valueAddedTaxIncluded' Отримати інформацію із лоту value.valueAddedTaxIncluded ${field_name} | 215 | Run Keyword And Return If '${field_name}' == 'lots[0].value.valueAddedTaxIncluded' Отримати інформацію із лоту value.valueAddedTaxIncluded ${field_name} |
216 | Run Keyword And Return If '${field_name}' == 'lots[0].title' Отримати інформацію із лоту title ${field_name} | 216 | Run Keyword And Return If '${field_name}' == 'lots[0].title' Отримати інформацію із лоту title ${field_name} |
217 | + Run Keyword And Return If '${field_name}' == 'lots[1].title' Отримати інформацію із лоту title ${field_name} | ||
217 | Run Keyword And Return If '${field_name}' == 'lots[0].description' Отримати інформацію із лоту description ${field_name} | 218 | Run Keyword And Return If '${field_name}' == 'lots[0].description' Отримати інформацію із лоту description ${field_name} |
218 | Run Keyword And Return If '${field_name}' == 'value.valueAddedTaxIncluded' Отримати інформацію із value.valueAddedTaxIncluded | 219 | Run Keyword And Return If '${field_name}' == 'value.valueAddedTaxIncluded' Отримати інформацію із value.valueAddedTaxIncluded |
219 | Run Keyword And Return If '${field_name}' == 'complaintPeriod.endDate' Отримати інформацію із complaintPeriod.endDate | 220 | Run Keyword And Return If '${field_name}' == 'complaintPeriod.endDate' Отримати інформацію із complaintPeriod.endDate |
@@ -648,6 +649,13 @@ Resource playtender_agree | @@ -648,6 +649,13 @@ Resource playtender_agree | ||
648 | 649 | ||
649 | Run Keyword And Return Створити вимогу ${username} ${tender_uaid} tender null ${claim} null | 650 | Run Keyword And Return Створити вимогу ${username} ${tender_uaid} tender null ${claim} null |
650 | 651 | ||
652 | +Створити чернетку скарги про виправлення умов лоту | ||
653 | + [Arguments] ${username} ${tender_uaid} ${claim} ${lot_id} | ||
654 | + [Documentation] Створює вимогу claim про виправлення умов закупівлі | ||
655 | + ... у статусі draft для тендера tender_uaid. | ||
656 | + | ||
657 | + Run Keyword And Return Створити вимогу ${username} ${tender_uaid} lot ${lot_id} ${claim} null | ||
658 | + | ||
651 | Створити чернетку вимоги/скарги на скасування | 659 | Створити чернетку вимоги/скарги на скасування |
652 | [Arguments] ${username} ${tender_uaid} ${claim} ${index} | 660 | [Arguments] ${username} ${tender_uaid} ${claim} ${index} |
653 | [Documentation] Створює вимоги/скарги claim на скасування | 661 | [Documentation] Створює вимоги/скарги claim на скасування |
@@ -1307,6 +1315,12 @@ Resource playtender_agree | @@ -1307,6 +1315,12 @@ Resource playtender_agree | ||
1307 | decline lot ${username} ${tender_uaid} ${lot_id} ${cancellation_reason} ${cancellation_reasonType} ${doc_name} ${cancellation_data} | 1315 | decline lot ${username} ${tender_uaid} ${lot_id} ${cancellation_reason} ${cancellation_reasonType} ${doc_name} ${cancellation_data} |
1308 | 1316 | ||
1309 | 1317 | ||
1318 | +Скасувати cancellation | ||
1319 | + [Arguments] ${username} ${tender_uaid} ${cancellations_index} | ||
1320 | + [Documentation] Скасувати cancellation | ||
1321 | + | ||
1322 | + cancell cancellation ${username} ${tender_uaid} ${cancellations_index} | ||
1323 | + | ||
1310 | ######################################################################################################################## | 1324 | ######################################################################################################################## |
1311 | ################################################### END CANCELLATION LOTS AND TENDERS KEYWORDS ######################### | 1325 | ################################################### END CANCELLATION LOTS AND TENDERS KEYWORDS ######################### |
1312 | ######################################################################################################################## | 1326 | ######################################################################################################################## |
@@ -807,3 +807,9 @@ decline lot | @@ -807,3 +807,9 @@ decline lot | ||
807 | # ${cancellation} = openprocurement_client.Перевести скасування закупівлі в період очікування ${username} ${tender_uaid} ${cancellation_id} | 807 | # ${cancellation} = openprocurement_client.Перевести скасування закупівлі в період очікування ${username} ${tender_uaid} ${cancellation_id} |
808 | Set To Dictionary ${USERS.users['${tender_owner}']} cancellation_data=${cancellation} | 808 | Set To Dictionary ${USERS.users['${tender_owner}']} cancellation_data=${cancellation} |
809 | 809 | ||
810 | +cancell cancellation | ||
811 | + [Arguments] ${username} ${tender_uaid} ${cancellations_index} | ||
812 | + [Documentation] Скасувати cancellation | ||
813 | + | ||
814 | + open tender page by uaid ${tender_uaid} | ||
815 | + |
@@ -252,6 +252,7 @@ ${tender_lot_switch_tabs_lot_btn_locator_tpl} jquery=#lots | @@ -252,6 +252,7 @@ ${tender_lot_switch_tabs_lot_btn_locator_tpl} jquery=#lots | ||
252 | ${tender_lot_1_tabs_item_btn_locator} jquery=#lots .tabs__item:first > a | 252 | ${tender_lot_1_tabs_item_btn_locator} jquery=#lots .tabs__item:first > a |
253 | ${tender_lot_title_value_locator} = jquery=#lots .tabs__content .tabs__pane--visible > span div:first | 253 | ${tender_lot_title_value_locator} = jquery=#lots .tabs__content .tabs__pane--visible > span div:first |
254 | #${tender_lot_title_value_locator} = jquery=#lots .tabs__content .tabs__pane--visible > span div.textvalue:first | 254 | #${tender_lot_title_value_locator} = jquery=#lots .tabs__content .tabs__pane--visible > span div.textvalue:first |
255 | +${tender_lot1_title_value_locator} = jquery=#lots .tabs__content .tabs__pane--lot:last > span div:first | ||
255 | ${tender_lot_description_value_locator} = jquery=#lots .tabs__content .tabs__pane--visible > span div:last | 256 | ${tender_lot_description_value_locator} = jquery=#lots .tabs__content .tabs__pane--visible > span div:last |
256 | #${tender_lot_description_value_locator} = jquery=#lots .tabs__content .tabs__pane--visible #text-modal-description div.textvalue | 257 | #${tender_lot_description_value_locator} = jquery=#lots .tabs__content .tabs__pane--visible #text-modal-description div.textvalue |
257 | ${tender_lot_value_amount_value_locator} = jquery=#lots .tabs__content .tabs__pane--visible .budget-source.hidden | 258 | ${tender_lot_value_amount_value_locator} = jquery=#lots .tabs__content .tabs__pane--visible .budget-source.hidden |
@@ -240,8 +240,9 @@ get value from lot | @@ -240,8 +240,9 @@ get value from lot | ||
240 | [Arguments] ${lot_id} | 240 | [Arguments] ${lot_id} |
241 | [Documentation] Отримати значення поля title з лоту з lot_id в описі для тендера tender_uaid. | 241 | [Documentation] Отримати значення поля title з лоту з lot_id в описі для тендера tender_uaid. |
242 | 242 | ||
243 | -# ${tender_lot_title_value_locator} = replace string ${tender_lot_title_value_locator_tpl} %lot_id% ${lot_id} | ||
244 | - ${return_value} = get value by locator on opened page ${tender_lot_title_value_locator} | 243 | + ${return_value} = Run Keyword If 'lots[0].title' == '${field}' get value by locator on opened page ${tender_lot_title_value_locator} |
244 | + ... ELSE get value by locator on opened page ${tender_lot1_title_value_locator} | ||
245 | + | ||
245 | [return] ${return_value} | 246 | [return] ${return_value} |
246 | 247 | ||
247 | Отримати інформацію із лоту description | 248 | Отримати інформацію із лоту description |
@@ -212,9 +212,9 @@ ${tender_awards_0_status_value_locator} = jquery=.awar | @@ -212,9 +212,9 @@ ${tender_awards_0_status_value_locator} = jquery=.awar | ||
212 | ${tender_contracts_0_status_value_locator} = jquery=#contracts-pjax .tabs__pane--visible .status-source.hidden | 212 | ${tender_contracts_0_status_value_locator} = jquery=#contracts-pjax .tabs__pane--visible .status-source.hidden |
213 | ${tender_contracts_status_active_value_locator} = jquery=#contracts-pjax .tabs__pane--visible .status-source.hidden:contains(active) | 213 | ${tender_contracts_status_active_value_locator} = jquery=#contracts-pjax .tabs__pane--visible .status-source.hidden:contains(active) |
214 | ${tender_contracts_1_amountnet_value_locator} = jquery=#contracts-pjax .tender-contract-info-wrapper .amount-net-source.hidden | 214 | ${tender_contracts_1_amountnet_value_locator} = jquery=#contracts-pjax .tender-contract-info-wrapper .amount-net-source.hidden |
215 | +${tender_contracts_1_amountnet_value_type} = float | ||
215 | ${tender_contracts_1_amount_value_locator} = jquery=#contracts-pjax .tender-contract-info-wrapper .amount-source.hidden | 216 | ${tender_contracts_1_amount_value_locator} = jquery=#contracts-pjax .tender-contract-info-wrapper .amount-source.hidden |
216 | -${tender_contracts_1_amountnet_value_value_type} = float | ||
217 | -${tender_contracts_1_amount_value_value_type} = float | 217 | +${tender_contracts_1_amount_value_type} = float |
218 | ${tender_contracts_1_datesigned_value_locator} = jquery=#contracts-pjax .tender-contract-info-wrapper .date-signed-source.hidden | 218 | ${tender_contracts_1_datesigned_value_locator} = jquery=#contracts-pjax .tender-contract-info-wrapper .date-signed-source.hidden |
219 | 219 | ||
220 | ${wait_msg_contract} = Завантаження контракту буде | 220 | ${wait_msg_contract} = Завантаження контракту буде |
Please
register
or
login
to post a comment