Commit bbc7f4b9ecef6b00c784e2038a85c5f05fb06c33
1 parent
c333c8c5
planning new format data.deliveryDate.endDate in interface
Showing
1 changed file
with
10 additions
and
2 deletions
... | ... | @@ -3317,7 +3317,8 @@ Switch To Complaints |
3317 | 3317 | Run Keyword If '${ARGUMENTS[2]}' == 'budget.amount' Input text id=planform-value_amount ${ARGUMENTS[3]} |
3318 | 3318 | Run Keyword If '${ARGUMENTS[2]}' == 'budget.description' Input text id=planform-title ${ARGUMENTS[3]} |
3319 | 3319 | Run Keyword If '${ARGUMENTS[2]}' == 'items[0].deliveryDate.endDateitem' |
3320 | - ... PlanUpdateItemDeliveryEndDate \#collapseItems .tab-content .tab-pane:first ${ARGUMENTS[3]} | |
3320 | +# ... PlanUpdateItemDeliveryEndDate \#collapseItems .tab-content .tab-pane:first ${ARGUMENTS[3]} | |
3321 | + ... PlanUpdateItemDeliveryEndDateNew \#collapseItems .tab-content .tab-pane:first ${ARGUMENTS[3]} | |
3321 | 3322 | Run Keyword If '${ARGUMENTS[2]}' == 'items[0].quantity' JsTabShowAndScroll ul.form-nav-tabs a[data-toggle='tab'][href='#collapseItems'] |
3322 | 3323 | Run Keyword If '${ARGUMENTS[2]}' == 'items[0].quantity' JsTabShowAndScroll \#collapseItems .nav li:first a |
3323 | 3324 | Run Keyword If '${ARGUMENTS[2]}' == 'items[0].quantity' |
... | ... | @@ -3478,7 +3479,8 @@ InputPlanOneItem |
3478 | 3479 | InputClassificationByWrapper ${wrapper} ${data.classification.id} |
3479 | 3480 | Run Keyword If 'additionalClassifications' in ${keys} |
3480 | 3481 | ... InputAdditionalClassificationsByWrapper ${wrapper} ${data.additionalClassifications} |
3481 | - PlanUpdateItemDeliveryEndDate ${wrapper} ${data.deliveryDate.endDate} | |
3482 | +# PlanUpdateItemDeliveryEndDate ${wrapper} ${data.deliveryDate.endDate} | |
3483 | + PlanUpdateItemDeliveryEndDateNew ${wrapper} ${data.deliveryDate.endDate} | |
3482 | 3484 | |
3483 | 3485 | TenderOpenByUAID |
3484 | 3486 | [Arguments] ${uaid} |
... | ... | @@ -3522,6 +3524,12 @@ PlanUpdateItemDeliveryEndDate |
3522 | 3524 | |
3523 | 3525 | JsInputHiddenText ${wrapper} [id$='-delivery_end_date'] ${date} |
3524 | 3526 | |
3527 | +PlanUpdateItemDeliveryEndDateNew | |
3528 | + [Arguments] ${wrapper} ${delivery_end_date} | |
3529 | + ${date}= convert_isodate_to_site_date ${delivery_end_date} | |
3530 | + | |
3531 | + JsInputHiddenText ${wrapper} [id$='-delivery_end_date'] ${date} | |
3532 | + | |
3525 | 3533 | PlanUpdateSave |
3526 | 3534 | |
3527 | 3535 | JsSetScrollToElementBySelector \#submitBtn | ... | ... |
Please
register
or
login
to post a comment