Showing
1 changed file
with
13 additions
and
3 deletions
... | ... | @@ -90,6 +90,16 @@ Suite Teardown Test Suite Teardown |
90 | 90 | |
91 | 91 | Дочекатись дати закінчення аукціону користувачем ${username} |
92 | 92 | Відкрити сторінку аукціону для ${username} |
93 | - Wait Until Keyword Succeeds 61 times 30 s Page should contain Аукціон завершився | |
94 | - Wait Until Keyword Succeeds 5 times 30 s Page should not contain очікуємо розкриття учасників | |
95 | - Close browser | |
93 | + ${status} ${_}= Run Keyword And Ignore Error Wait Until Keyword Succeeds 61 times 30 s Page should contain Аукціон завершився | |
94 | + Run Keyword If '${status}' == 'FAIL' | |
95 | + ... Run Keywords | |
96 | + ... Отримати дані із тендера ${username} ${TENDER['TENDER_UAID']} auctionPeriod.startDate ${TENDER['LOT_ID']} | |
97 | + ... AND | |
98 | + ... Дочекатись дати початку аукціону ${username} | |
99 | + ... AND | |
100 | + ... Дочекатись дати закінчення аукціону користувачем ${username} | |
101 | + ... ELSE | |
102 | + ... Run Keywords | |
103 | + ... Wait Until Keyword Succeeds 5 times 30 s Page should not contain очікуємо розкриття учасників | |
104 | + ... AND | |
105 | + ... Close browser | ... | ... |
Please
register
or
login
to post a comment