Commit 0c1f418bd3f7a38b59eef4de23589f62f65f68dc
1 parent
caf9324e
click multilot in belowThreshold below_funders for create tender
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -106,6 +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'] | |
109 | 110 | Input text id=tender${playtender_proc_type}form-title ${title} |
110 | 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} |
111 | 112 | Run Keyword If 'causeDescription' in ${tender_data_keys} Input text id=tender${playtender_proc_type}form-cause_description ${tender_data.data.causeDescription} |
... | ... | @@ -127,7 +128,6 @@ Login |
127 | 128 | Run Keyword If 'funders' in ${tender_data_keys} Створити тендер Funder ${tender_data.data.funders[0]} |
128 | 129 | ### EOF - BelowFunders ### |
129 | 130 | |
130 | - Run Keyword If '${mode}' in 'belowThreshold below_funders' and ${number_of_lots} != 0 Click Element xpath=//*[contains(@href, '#collapseLots')] | |
131 | 131 | Click Element xpath=//*[contains(@href, '#collapseLots')] |
132 | 132 | Sleep 1 |
133 | 133 | JsSetScrollToElementBySelector \#collapseLots | ... | ... |
Please
register
or
login
to post a comment