Commit b2f68c175a08bfe3f1b4562515cd66412301fea3

Authored by Leits
1 parent 3e976cb2

Work with auction reschedule

... ... @@ -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