Commit edc9b39333d92eb65c89d4241eecf2fa5fc578d4

Authored by AlexDiatlov
1 parent de389426

fix error message

... ... @@ -34,7 +34,7 @@ ${ARTICLE_17} ${False}
34 34 Set Test Variable ${WRONG_TENDER_DATE} ${True}
35 35 ${value}= Run Keyword And Expect Error * Можливість оголосити тендер з недоліками в параметрах
36 36 ${value}= Convert To Lowercase ${value}
37   - Should Contain ${value} the tenderperiod cannot end earlier than 2 business days after the start
  37 + Should Contain ${value} tenderperiod must be at least 2 full business days long
38 38
39 39
40 40 Неможливість оголосити тендер з порожнім profile параметром
... ...
Please register or login to post a comment