Showing
2 changed files
with
8 additions
and
1 deletions
... | ... | @@ -213,6 +213,7 @@ Resource playtender_agree |
213 | 213 | Run Keyword And Return If '${field_name}' == 'lots[0].minimalStep.valueAddedTaxIncluded' Отримати інформацію із лоту minimalStep.valueAddedTaxIncluded ${field_name} |
214 | 214 | Run Keyword And Return If '${field_name}' == 'lots[0].value.valueAddedTaxIncluded' Отримати інформацію із лоту value.valueAddedTaxIncluded ${field_name} |
215 | 215 | Run Keyword And Return If '${field_name}' == 'lots[0].title' Отримати інформацію із лоту title ${field_name} |
216 | + Run Keyword And Return If '${field_name}' == 'lots[0].description' Отримати інформацію із лоту description ${field_name} | |
216 | 217 | Run Keyword And Return If '${field_name}' == 'value.valueAddedTaxIncluded' Отримати інформацію із value.valueAddedTaxIncluded ${field_name} |
217 | 218 | Run Keyword And Return If '${field_name}' == 'complaintPeriod.endDate' Отримати інформацію із complaintPeriod.endDate |
218 | 219 | Run Keyword And Return If '${field_name}' == 'items[0].deliveryLocation.latitude' Fail Поле не відображаем |
... | ... | @@ -714,6 +715,12 @@ Resource playtender_agree |
714 | 715 | capture page screenshot |
715 | 716 | submit form and check result ${bid_form_submit_btn_locator} ${bid_form_submit_edit_success_msg} ${tender_created_checker_element_locator} ${true} |
716 | 717 | wait until page does not contain element with reloading ${tender_sync_element_locator} |
718 | +# ${doc_id}= get text //div[@id="diagFileUpload"]//span[@data-atid="id"] | |
719 | +# ${doc_title}= get text //div[@id="diagFileUpload"]//span[@data-atid="title"] | |
720 | + ${data}= Create Dictionary title=${doc_name} | |
721 | + #id=${doc_id} | |
722 | + ${data}= Create Dictionary data=${data} | |
723 | + Set to Dictionary ${USERS.users['${username}']} documents=${data} | |
717 | 724 | |
718 | 725 | Змінити документ в ставці |
719 | 726 | [Arguments] ${username} ${tender_uaid} ${path} ${doc_id} | ... | ... |
... | ... | @@ -252,7 +252,7 @@ ${tender_lot_switch_tabs_lot_btn_locator_tpl} jquery=#lots |
252 | 252 | ${tender_lot_1_tabs_item_btn_locator} jquery=#lots .tabs__item:first > a |
253 | 253 | ${tender_lot_title_value_locator} = jquery=#lots .tabs__content .tabs__pane--visible > span div:first |
254 | 254 | #${tender_lot_title_value_locator} = jquery=#lots .tabs__content .tabs__pane--visible > span div.textvalue:first |
255 | -${tender_lot_description_value_locator} = jquery=#lots .tabs__content .tabs__pane--visible > span div.textvalue:last | |
255 | +${tender_lot_description_value_locator} = jquery=#lots .tabs__content .tabs__pane--visible > span div:last | |
256 | 256 | #${tender_lot_description_value_locator} = jquery=#lots .tabs__content .tabs__pane--visible #text-modal-description div.textvalue |
257 | 257 | ${tender_lot_value_amount_value_locator} = jquery=#lots .tabs__content .tabs__pane--visible .budget-source.hidden |
258 | 258 | ${tender_lot_value_amount_value_type} = float | ... | ... |
Please
register
or
login
to post a comment