Commit 52d9a17e9086e55f7a3f12d541892d8875941b1e
1 parent
eab5ff41
Fix addition of items on op.api>=0.9
Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -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