Showing
2 changed files
with
7 additions
and
2 deletions
| ... | ... | @@ -23,7 +23,8 @@ fill bid form |
| 23 | 23 | # run keyword if condition is none ${lots_ids} fill bid form whithout lots ${bid} |
| 24 | 24 | # ${features} = get from dictionary by keys ${data} features |
| 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 | - fill bid required documents_all | |
| 26 | + run keyword if '${mode}' not in 'framework_selection' close current visible alert | |
| 27 | + run keyword if '${mode}' not in 'framework_selection' fill bid required documents_all | |
| 27 | 28 | capture page screenshot |
| 28 | 29 | run keyword if '${mode}' == 'openua' or '${mode}' in 'openeu open_competitive_dialogue open_esco open_framework' fill bid form criterias ${bid} |
| 29 | 30 | ## submit form and check result ${bid_form_submit_btn_locator} ${bid_form_submit_success_msg} ${tender_created_checker_element_locator} | ... | ... |
| ... | ... | @@ -334,7 +334,11 @@ confirm awards |
| 334 | 334 | wait until alert is visible ${qualification_agreement_form_approve_success_msg} |
| 335 | 335 | run keyword and ignore error run keyword if condition is not none ${qualification_agreement_form_approve_success_msg} close current visible alert |
| 336 | 336 | Wait Until Keyword Succeeds 800 s 20 s Wait For QualificationsPeriodEnd |
| 337 | - Run Keyword If ' ${username}' == 'playtender_Owner' and '${mode}' in 'open_framework' sleep 900 | |
| 337 | + log many '${username}' | |
| 338 | + log many '${mode}' | |
| 339 | +# Run Keyword If '${mode}' in 'open_framework' sleep 9 | |
| 340 | +# sleep 900 | |
| 341 | +# Run Keyword If ' ${username}' == 'playtender_Owner' and '${mode}' in 'open_framework' sleep 900 | |
| 338 | 342 | |
| 339 | 343 | |
| 340 | 344 | ... | ... |
Please
register
or
login
to post a comment