Commit db1b1af38d6394b292177bc0d1ce37c21abbaaf5
1 parent
3f7e192e
Update aboveThreshold_keywords.robot
To work with changed `create_fake_doc` function. Also remove file after uploading, like in others keywords from base_keywords.robot.
Showing
1 changed file
with
6 additions
and
4 deletions
... | ... | @@ -50,17 +50,19 @@ Resource base_keywords.robot |
50 | 50 | |
51 | 51 | |
52 | 52 | Можливість завантажити ${doc_type} документ до пропозиції учасником ${username} |
53 | - ${filepath}= create_fake_doc | |
54 | - ${bid_doc_upload}= Run As ${username} Завантажити документ в ставку ${filepath} ${TENDER['TENDER_UAID']} ${doc_type} | |
53 | + ${file_path} ${file_name} ${file_content}= create_fake_doc | |
54 | + ${bid_doc_upload}= Run As ${username} Завантажити документ в ставку ${file_path} ${TENDER['TENDER_UAID']} ${doc_type} | |
55 | 55 | Set To Dictionary ${USERS.users['${username}'].bidresponses} bid_doc_upload=${bid_doc_upload} |
56 | + Remove File ${file_path} | |
56 | 57 | |
57 | 58 | ############################################################################################## |
58 | 59 | # OPENEU Pre-Qualification |
59 | 60 | ############################################################################################## |
60 | 61 | |
61 | 62 | Можливість завантажити документ у кваліфікацію ${bid_index} пропозиції |
62 | - ${filepath}= create_fake_doc | |
63 | - Run As ${tender_owner} Завантажити документ у кваліфікацію ${filepath} ${TENDER['TENDER_UAID']} ${bid_index} | |
63 | + ${file_path} ${file_name} ${file_content}= create_fake_doc | |
64 | + Run As ${tender_owner} Завантажити документ у кваліфікацію ${file_path} ${TENDER['TENDER_UAID']} ${bid_index} | |
65 | + Remove File ${file_path} | |
64 | 66 | |
65 | 67 | |
66 | 68 | Можливість відхилити ${bid_index} пропозиції кваліфікації | ... | ... |
Please
register
or
login
to post a comment