Commit 587270ebe03ce7f4cf50238634aa010a81708bd2

Authored by Playtenders
1 parent b9e7c03b

fix bid framework_selection

Showing 1 changed file with 1 additions and 1 deletions
@@ -23,7 +23,7 @@ fill bid form @@ -23,7 +23,7 @@ fill bid form
23 # run keyword if condition is none ${lots_ids} fill bid form whithout lots ${bid} 23 # run keyword if condition is none ${lots_ids} fill bid form whithout lots ${bid}
24 # ${features} = get from dictionary by keys ${data} features 24 # ${features} = get from dictionary by keys ${data} features
25 # run keyword if condition is not none ${features_ids} fill bid form features ${bid} ${tender_form_general_panel_add_feature_btn_locator} 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 run keyword if '${mode}' not in 'framework_selection' fill bid required documents_all 27 run keyword if '${mode}' not in 'framework_selection' fill bid required documents_all
28 capture page screenshot 28 capture page screenshot
29 run keyword if '${mode}' == 'openua' or '${mode}' in 'openeu open_competitive_dialogue open_esco open_framework' fill bid form criterias ${bid} 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