Commit ba067471743075e02f29e3d94268dbf2ddcf3b4a

Authored by Playtenders
1 parent a84129fa

next

Showing 1 changed file with 2 additions and 2 deletions
... ... @@ -1750,7 +1750,7 @@ Wait For Complaints Sync
1750 1750 [Arguments] ${username} ${tender_uaid} ${bid} ${lots_ids} ${features_ids}
1751 1751 Switch browser ${username}
1752 1752
1753   - ${tender_id}= Get From Dictionary ${USERS.users['${PZO_LOGIN_USER}']} TENDER_ID
  1753 + ${tender_id}= Get From Dictionary ${USERS.users['${playtender_LOGIN_USER}']} TENDER_ID
1754 1754 ${bid_data_keys}= Get Dictionary Keys ${bid.data}
1755 1755 ${lots}= Get From Dictionary ${bid.data} lotValues
1756 1756 ${lots_length}= Get Length ${lots}
... ... @@ -1761,7 +1761,7 @@ Wait For Complaints Sync
1761 1761 sleep 1
1762 1762
1763 1763 : FOR ${INDEX} IN RANGE 0 ${lots_length}
1764   - \ Set To Dictionary ${USERS.users['${PZO_LOGIN_USER}']} last_proposal_lotid=${lots[${INDEX}].relatedLot}
  1764 + \ Set To Dictionary ${USERS.users['${playtender_LOGIN_USER}']} last_proposal_lotid=${lots[${INDEX}].relatedLot}
1765 1765 \ execute javascript robottesthelpfunctions.showlotbykey("${lots[${INDEX}].relatedLot}")
1766 1766 \ Sleep 1
1767 1767 \ Run Keyword And Ignore Error Подати цінову пропозицію Amount ${lots[${INDEX}].value.amount}
... ...
Please register or login to post a comment