Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -23,7 +23,7 @@ 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 | - run keyword if '${mode}' not in 'framework_selection' close current visible alert | |
26 | + run keyword if '${mode}' in 'framework_selection' close current visible alert | |
27 | 27 | run keyword if '${mode}' not in 'framework_selection' fill bid required documents_all |
28 | 28 | capture page screenshot |
29 | 29 | run keyword if '${mode}' == 'openua' or '${mode}' in 'openeu open_competitive_dialogue open_esco open_framework' fill bid form criterias ${bid} | ... | ... |
Please
register
or
login
to post a comment