Showing
1 changed file
with
1 additions
and
2 deletions
... | ... | @@ -106,8 +106,7 @@ Login |
106 | 106 | ${playtender_proc_type}= Convert_to_Lowercase ${procurementMethodType} |
107 | 107 | ${playtender_proc_type}= Remove String ${playtender_proc_type} \. |
108 | 108 | |
109 | -# Run Keyword If '${mode}' in 'belowThreshold below_funders' and ${number_of_lots} != 0 Click Element xpath=//input[@id='tenderbelowthresholdform-is_multilot'] | |
110 | - Run Keyword If ${number_of_lots} != 0 Click Element xpath=//input[@id='tenderbelowthresholdform-is_multilot'] | |
109 | + Run Keyword If '${mode}' in 'belowThreshold below_funders negotiation' and ${number_of_lots} != 0 Click Element xpath=//input[@id='tenderbelowthresholdform-is_multilot'] | |
111 | 110 | Input text id=tender${playtender_proc_type}form-title ${title} |
112 | 111 | Run Keyword If 'cause' in ${tender_data_keys} Select From List By Value id=tender${playtender_proc_type}form-cause ${tender_data.data.cause} |
113 | 112 | Run Keyword If 'causeDescription' in ${tender_data_keys} Input text id=tender${playtender_proc_type}form-cause_description ${tender_data.data.causeDescription} | ... | ... |
Please
register
or
login
to post a comment