Showing
2 changed files
with
2 additions
and
1 deletions
... | ... | @@ -994,7 +994,7 @@ Resource playtender_agree |
994 | 994 | |
995 | 995 | open tender page by uaid ${tender_uaid} |
996 | 996 | ${return_value} = Run Keyword If 'title' == '${field}' Отримати інформацію із документа title ${doc_id} |
997 | - ... ELSE IF 'documentOf' == '${field}' Отримати інформацію із документа documentOf ${doc_id} | |
997 | + ... ELSE IF 'documentOf' == '${field}' Отримати інформацію із документа documentOf ${doc_id} | |
998 | 998 | [return] ${return_value} |
999 | 999 | |
1000 | 1000 | Отримати документ | ... | ... |
... | ... | @@ -213,6 +213,7 @@ ${tender_contracts_0_status_value_locator} = jquery=#cont |
213 | 213 | ${tender_contracts_status_active_value_locator} = jquery=#contracts-pjax .tabs__pane--visible .status-source.hidden:contains(active) |
214 | 214 | ${tender_contracts_1_amountnet_value_locator} = jquery=#contracts-pjax .tender-contract-info-wrapper .amount-net-source.hidden |
215 | 215 | ${tender_contracts_1_amount_value_locator} = jquery=#contracts-pjax .tender-contract-info-wrapper .amount-source.hidden |
216 | +${tender_contracts_1_amountnet_value_locator_value_type} = float | |
216 | 217 | ${tender_contracts_1_amount_value_locator_value_type} = float |
217 | 218 | ${tender_contracts_1_datesigned_value_locator} = jquery=#contracts-pjax .tender-contract-info-wrapper .date-signed-source.hidden |
218 | 219 | ... | ... |
Please
register
or
login
to post a comment