-
Notifications
You must be signed in to change notification settings - Fork 81
Add new scenarios for insider procedure #637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: eauction-awarding-2.1
Are you sure you want to change the base?
Add new scenarios for insider procedure #637
Conversation
[Teardown] Оновити LMD і дочекатись синхронізації ${tender_owner} | ||
${file_path} ${file_name} ${file_content}= create_fake_doc | ||
${description}= create_fake_sentence | ||
Run As ${tender_owner} Завантажити документ рішення кваліфікаційної комісії в контракт ${file_path} ${TENDER['TENDER_UAID']} -1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
давай не будемо вантажити док
${description}= create_fake_sentence | ||
Run As ${tender_owner} Завантажити документ рішення кваліфікаційної комісії ${file_path} ${TENDER['TENDER_UAID']} 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
без вантаження
${description}= create_fake_sentence | ||
Run As ${tender_owner} Завантажити документ рішення кваліфікаційної комісії ${file_path} ${TENDER['TENDER_UAID']} 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тут теж
-i first_award_active_status | ||
|
||
-i contract_sign | ||
-i contract_sign_upload |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
треба завантаження і підтвердження винести в одне ключове слово
Remove File ${file_path} | ||
|
||
|
||
Відображення статусу неуспішного лоту через відсутность завантаженого протоколу |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!
@@ -107,11 +107,20 @@ Suite Teardown Test Suite Teardown | |||
Звірити відображення поля awards[0].status тендера із active для користувача ${viewer} | |||
|
|||
|
|||
Можливість скасувати рішення кваліфікації першим учасником |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
не бачу де цей ТК використовується
@@ -142,7 +176,6 @@ Suite Teardown Test Suite Teardown | |||
... ${USERS.users['${viewer}'].broker} | |||
... first_award_status_unsuccessful | |||
[Setup] Дочекатись синхронізації з майданчиком ${viewer} | |||
Звірити cтатус неуспішного тендера ${viewer} ${TENDER['TENDER_UAID']} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
це ключове слово використовується dgf_insider_dutch_auction.txt і dgf_insider_full_auction і нам потрібна ця перевірка
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Перевірка буде здійснюватись в попередньому тк Відображення статусу неуспішного лоту через відсутність завантаженого протоколу і тільки для цих двох сценаріїв
А цей тк ще використовується в сценаріях, де після дискваліфікації першого кандидата залишається другий. І відповідно не треба чекати на неуспішний статус тендера
... auction | ||
[Teardown] Оновити LAST_MODIFICATION_DATE | ||
Дочекатись дати закінчення прийому пропозицій ${provider1} ${TENDER['TENDER_UAID']} | ||
Дочекатись завершення паузи перед Sealed Bid етапом | ||
Дочекатись дати закінчення прийому пропозицій ${viewer} ${TENDER['TENDER_UAID']} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
чому для viewer-a?
Можливість дочекатись Best Bid частини | ||
[Tags] ${USERS.users['${viewer}'].broker}: Процес аукціону | ||
... viewer provider provider1 | ||
... ${USERS.users['${viewer}'].broker} | ||
... ${USERS.users['${provider}'].broker} | ||
... ${USERS.users['${provider1}'].broker} | ||
... make_bid_by_dutch_winner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тег тут змінений, але я не бачу, що він змінений у сценаріях
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
З цим тегом було 2 тк. Ось цьому я дала новий тег wait_for_bestbid. А для того, що нижче, залишила make_bid_by_dutch_winner
Бо в сценарії dgf_insider_without_bestbid ми тільки доочікуємся Best Bid етапу, а ставки не робимо
8348bdd
to
9e17eef
Compare
9e17eef
to
c6276d0
Compare
This change is