Commit 75c1d4a62b58aff90f6b634802d6de442c00aece
Committed by
mykhaly
1 parent
e388c0cb
Replace hardcoded lot value amount with variable
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -381,7 +381,7 @@ Resource resource.robot |
381 | 381 | |
382 | 382 | Можливість змінити пропозицію до ${amount} користувачем ${username} |
383 | 383 | ${field}= Set Variable If ${number_of_lots} == 0 value.amount lotValues.0.value.amount |
384 | - ${fixbidto10resp}= Run As ${username} Змінити цінову пропозицію ${TENDER['TENDER_UAID']} ${field} 10 | |
384 | + ${fixbidto10resp}= Run As ${username} Змінити цінову пропозицію ${TENDER['TENDER_UAID']} ${field} ${amount} | |
385 | 385 | Set To Dictionary ${USERS.users['${username}'].bidresponses} fixbidto10resp=${fixbidto10resp} |
386 | 386 | |
387 | 387 | ... | ... |
Please
register
or
login
to post a comment