Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -212,7 +212,7 @@ get value from item |
212 | 212 | [Documentation] Отримати значення поля quantity з предмету з item_id в описі для тендера tender_uaid. |
213 | 213 | |
214 | 214 | ${tender_items_quantity_value_locator} = replace string ${tender_items_quantity_value_locator_tpl} %item_id% ${item_id} |
215 | - ${return_value} = get value by locator on opened page ${tender_items_quantity_value_locator} | |
215 | + ${return_value} = get value by locator on opened page ${tender_items_quantity_value_locator} float | |
216 | 216 | [return] ${return_value} |
217 | 217 | |
218 | 218 | get value from lot | ... | ... |
Please
register
or
login
to post a comment