Showing
1 changed file
with
16 additions
and
1 deletions
... | ... | @@ -2013,4 +2013,19 @@ ${ITEM_MEAT} ${True} |
2013 | 2013 | ... pre-qualification_approve_qualifications_second_stage |
2014 | 2014 | [Setup] Дочекатись синхронізації з майданчиком ${tender_owner} |
2015 | 2015 | [Teardown] Оновити LAST_MODIFICATION_DATE |
2016 | - Можливість затвердити остаточне рішення кваліфікації | |
\ No newline at end of file | ||
2016 | + Можливість затвердити остаточне рішення кваліфікації | |
2017 | + | |
2018 | +################################################################################ | |
2019 | + | |
2020 | +Перевірка завантаження документів до тендера через Document Service | |
2021 | + [Tags] ${USERS.users['${viewer}'].broker}: Document Service | |
2022 | + ... viewer | |
2023 | + ... ${USERS.users['${tender_owner}'].broker} | |
2024 | + ... document_service | |
2025 | + [Setup] Дочекатись синхронізації з майданчиком ${viewer} | |
2026 | + ${documents}= Get From Dictionary ${USERS.users['${tender_owner}'].tender_data.data} documents | |
2027 | + ${doc_number}= Get Length ${documents} | |
2028 | + Log ${documents} | |
2029 | + :FOR ${doc_index} IN RANGE ${doc_number} | |
2030 | + \ ${document_url}= Get From Dictionary ${documents[${doc_index}]} url | |
2031 | + \ Should Match Regexp ${document_url} ^https?:\/\/public.docs(?:-sandbox)?\.openprocurement\.org\/get\/([0-9A-Fa-f]{32}) msg=Not a Document Service Upload | ... | ... |
Please
register
or
login
to post a comment