Commit a6f4692230fbac4be35586e42dfc6018e1349d16
1 parent
46109654
field qualifications_status and complaintPeriod
Showing
3 changed files
with
10 additions
and
0 deletions
| ... | ... | @@ -149,6 +149,7 @@ Resource playtender_contr |
| 149 | 149 | [Documentation] Отримати значення поля field_name для тендера tender_uaid. |
| 150 | 150 | |
| 151 | 151 | # fix for preventing error "Resolving variable '${award.value.amount}' failed: AttributeError: value" in next keywords for owner role |
| 152 | + Run Keyword And Return If '${field_name}' == 'complaintPeriod.endDate' Отримати інформацію із complaintPeriod.endDate | |
| 152 | 153 | 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 | 154 | |
| 154 | 155 | open tender page by uaid ${tender_uaid} | ... | ... |
| ... | ... | @@ -497,6 +497,12 @@ Wait For contractactive |
| 497 | 497 | ... ELSE set variable ${return_value} |
| 498 | 498 | [return] ${return_value} |
| 499 | 499 | |
| 500 | +Отримати інформацію із complaintPeriod.endDate | |
| 501 | + [Documentation] Отримати значення поля complaintPeriod.endDate | |
| 502 | + | |
| 503 | + ${return_value} = get value by locator on opened page ${tender_awards_negotiation_complaintPeriod_endDate_value_locator} | |
| 504 | + [return] ${return_value} | |
| 505 | + | |
| 500 | 506 | Wait For complaintPeriodendDate |
| 501 | 507 | [Documentation] Очикування появи дати завершення подачи скарг на кваліфікацію закупівлі в belowThreshold та below_funders |
| 502 | 508 | ... | ... |
| ... | ... | @@ -74,6 +74,9 @@ ${tender_lot_item_delivery_latitude_value_locator} = jquery=.tabs |
| 74 | 74 | ${tender_lot_item_delivery_longitude_value_locator} = jquery=.tabs__content .tabs__pane--visible .pseudo-table__row.item-item-wrapper:nth(0) .item-info-wrapper.hidden.info-wrapper .delivery-longitude |
| 75 | 75 | |
| 76 | 76 | ${tender_procurementMethodType_value_locator} = jquery=#aside-part-pjax .aside__inner .opprocurementmethodtype |
| 77 | +${tender_complaintPeriod_endDate_value_locator} = jquery=#tender-general-info .info-row.complaint-period .end-date | |
| 78 | +${tender_qualifications_0_status_value_locator} = jquery=.pjax-container .pseudo-table__row[qualification-index="0"] .qualification-info-wrapper .status-source | |
| 79 | +${tender_qualifications_1_status_value_locator} = jquery=.pjax-container .pseudo-table__row[qualification-index="1"] .qualification-info-wrapper .status-source | |
| 77 | 80 | |
| 78 | 81 | #lots |
| 79 | 82 | ${tender_lots_title_value_locator_tpl} = jquery=#lots .tabs__content .tabs__pane--visible > span div.textvalue:first | ... | ... |
Please
register
or
login
to post a comment