Commit 52d9a17e9086e55f7a3f12d541892d8875941b1e

Authored by selurvedu
1 parent eab5ff41

Fix addition of items on op.api>=0.9

... ... @@ -123,6 +123,7 @@ Library Selenium2Screenshots
123 123 Отримати тендер ${ARGUMENTS[0]} ${internalid}
124 124 @{items}= Get From Object ${TENDER_DATA.data} items
125 125 ${item}= get variable value ${items[1]}
  126 + Run Keyword And Continue On Failure Remove From Dictionary ${item} id
126 127 Log Many @{items}
127 128 :FOR ${INDEX} IN RANGE ${ARGUMENTS[2]}
128 129 \ Append To List ${items} ${item}
... ...
Please register or login to post a comment