Showing
1 changed file
with
2 additions
and
0 deletions
@@ -88,6 +88,7 @@ Resource resource.robot | @@ -88,6 +88,7 @@ Resource resource.robot | ||
88 | ${tenders_feed}= Отримати список тендерів ${username} | 88 | ${tenders_feed}= Отримати список тендерів ${username} |
89 | :FOR ${tenders_feed_item} IN @{tenders_feed} | 89 | :FOR ${tenders_feed_item} IN @{tenders_feed} |
90 | \ ${internalid}= Get From Dictionary ${tenders_feed_item} id | 90 | \ ${internalid}= Get From Dictionary ${tenders_feed_item} id |
91 | + \ Log To Console Читання тендеру з id ${internalid} | ||
91 | \ Отримати тендер по внутрішньому ідентифікатору ${username} ${internalid} | 92 | \ Отримати тендер по внутрішньому ідентифікатору ${username} ${internalid} |
92 | 93 | ||
93 | 94 | ||
@@ -105,6 +106,7 @@ Resource resource.robot | @@ -105,6 +106,7 @@ Resource resource.robot | ||
105 | ${plans_feed}= Отримати список планів ${username} | 106 | ${plans_feed}= Отримати список планів ${username} |
106 | :FOR ${plans_feed_item} IN @{plans_feed} | 107 | :FOR ${plans_feed_item} IN @{plans_feed} |
107 | \ ${internalid}= Get From Dictionary ${plans_feed_item} id | 108 | \ ${internalid}= Get From Dictionary ${plans_feed_item} id |
109 | + \ Log To Console Читання плану з id ${internalid} | ||
108 | \ Отримати план по внутрішньому ідентифікатору ${username} ${internalid} | 110 | \ Отримати план по внутрішньому ідентифікатору ${username} ${internalid} |
109 | 111 | ||
110 | 112 |
Please
register
or
login
to post a comment