Showing
1 changed file
with
3 additions
and
1 deletions
... | ... | @@ -25,7 +25,7 @@ fill bid form |
25 | 25 | # run keyword if condition is not none ${features_ids} fill bid form features ${bid} ${tender_form_general_panel_add_feature_btn_locator} |
26 | 26 | fill bid required documents_all |
27 | 27 | capture page screenshot |
28 | - run keyword if '${mode}' in 'openua openeu open_competitive_dialogue openua_defense open_esco open_framework' and '${mode}' not in 'openua_defense' fill bid form criterias ${bid} | |
28 | + run keyword if '${mode}' == 'openua' or '${mode}' in 'openeu open_competitive_dialogue open_esco open_framework' fill bid form criterias ${bid} | |
29 | 29 | ## submit form and check result ${bid_form_submit_btn_locator} ${bid_form_submit_success_msg} ${tender_created_checker_element_locator} |
30 | 30 | |
31 | 31 | fill bid form lots |
... | ... | @@ -201,6 +201,8 @@ fill bid form edit document |
201 | 201 | ##### BOF - TMP for confidentiality##### |
202 | 202 | execute javascript $('#tender-bid-form .documents-dynamic-forms-wrapper:last [href$="#edit"]:last').click() |
203 | 203 | # click visible element $('#tender-bid-form .documents-dynamic-forms-wrapper:last [href$="#edit"]:last').click() |
204 | + sleep 3 | |
205 | + capture page screenshot | |
204 | 206 | set element scroll into view ${bid_form_add_document_close_description_btn_locator} |
205 | 207 | capture page screenshot |
206 | 208 | wait until element is visible ${bid_form_add_document_description_input_locator} 60 | ... | ... |
Please
register
or
login
to post a comment