Commit 4c9f4564cf4f31347b7e01a3bebf77e1613b88c0
Committed by
mykhaly
1 parent
7986fd5b
Small fix for qualification.robot (#194)
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -29,7 +29,7 @@ Suite Teardown Test Suite Teardown | @@ -29,7 +29,7 @@ Suite Teardown Test Suite Teardown | ||
29 | ... ${USERS.users['${tender_owner}'].broker} | 29 | ... ${USERS.users['${tender_owner}'].broker} |
30 | :FOR ${username} IN ${viewer} ${tender_owner} | 30 | :FOR ${username} IN ${viewer} ${tender_owner} |
31 | \ ${qualification_status}= Отримати дані із тендера ${tender_owner} status ${TENDER['LOT_ID']} | 31 | \ ${qualification_status}= Отримати дані із тендера ${tender_owner} status ${TENDER['LOT_ID']} |
32 | - \ Run Keyword IF '${TENDER['LOT_ID']}' Should Be Equal ${qualification_status} active | 32 | + \ Run Keyword IF ${TENDER['LOT_ID']} Should Be Equal ${qualification_status} active |
33 | \ ... ELSE Should Be Equal ${qualification_status} active.qualification | 33 | \ ... ELSE Should Be Equal ${qualification_status} active.qualification |
34 | 34 | ||
35 | Відображення вартості номенклатури постачальника | 35 | Відображення вартості номенклатури постачальника |
Please
register
or
login
to post a comment