Showing
1 changed file
with
4 additions
and
4 deletions
@@ -1008,7 +1008,7 @@ Wait user action | @@ -1008,7 +1008,7 @@ Wait user action | ||
1008 | Run Keyword If '${ARGUMENTS[2]}' == 'description' Input text id=tender${playtender_proc_type}form-description ${ARGUMENTS[3]} | 1008 | Run Keyword If '${ARGUMENTS[2]}' == 'description' Input text id=tender${playtender_proc_type}form-description ${ARGUMENTS[3]} |
1009 | Sleep 1 | 1009 | Sleep 1 |
1010 | 1010 | ||
1011 | - Save Tender | 1011 | + Run Keyword If '${ARGUMENTS[2]}' != 'tenderPeriod.endDate' and '${MODE}'!='openDefense' Save Tender |
1012 | Capture Page Screenshot | 1012 | Capture Page Screenshot |
1013 | 1013 | ||
1014 | Внести зміни в тендер tenderPeriod.endDate | 1014 | Внести зміни в тендер tenderPeriod.endDate |
@@ -3262,7 +3262,7 @@ Switch To Complaints | @@ -3262,7 +3262,7 @@ Switch To Complaints | ||
3262 | Run Keyword If '${ARGUMENTS[2]}' == 'budget.description' Input text id=planform-title ${ARGUMENTS[3]} | 3262 | Run Keyword If '${ARGUMENTS[2]}' == 'budget.description' Input text id=planform-title ${ARGUMENTS[3]} |
3263 | Run Keyword If '${ARGUMENTS[2]}' == 'items[0].deliveryDate.endDateitem' | 3263 | Run Keyword If '${ARGUMENTS[2]}' == 'items[0].deliveryDate.endDateitem' |
3264 | ... PlanUpdateItemDeliveryEndDate \#collapseItems .tab-content .tab-pane:first ${ARGUMENTS[3]} | 3264 | ... PlanUpdateItemDeliveryEndDate \#collapseItems .tab-content .tab-pane:first ${ARGUMENTS[3]} |
3265 | - Run Keyword If '${ARGUMENTS[2]}' == 'items[0].quantity' JsCollapseShowAndScroll \#collapseItems | 3265 | + Run Keyword If '${ARGUMENTS[2]}' == 'items[0].quantity' JsTabShowAndScroll ul.form-nav-tabs a[data-toggle='tab'][href='#collapseItems'] |
3266 | Run Keyword If '${ARGUMENTS[2]}' == 'items[0].quantity' JsTabShowAndScroll \#collapseItems .nav li:first a | 3266 | Run Keyword If '${ARGUMENTS[2]}' == 'items[0].quantity' JsTabShowAndScroll \#collapseItems .nav li:first a |
3267 | Run Keyword If '${ARGUMENTS[2]}' == 'items[0].quantity' | 3267 | Run Keyword If '${ARGUMENTS[2]}' == 'items[0].quantity' |
3268 | ... PlanUpdateItemQuantity \#collapseItems .tab-content .tab-pane:first ${ARGUMENTS[3]} | 3268 | ... PlanUpdateItemQuantity \#collapseItems .tab-content .tab-pane:first ${ARGUMENTS[3]} |
@@ -3279,7 +3279,7 @@ Switch To Complaints | @@ -3279,7 +3279,7 @@ Switch To Complaints | ||
3279 | [Arguments] ${username} ${uaid} ${item_key} | 3279 | [Arguments] ${username} ${uaid} ${item_key} |
3280 | 3280 | ||
3281 | PlanFormOpenByUAID ${uaid} | 3281 | PlanFormOpenByUAID ${uaid} |
3282 | - JsCollapseShowAndScroll \#collapseItems | 3282 | + JsTabShowAndScroll ul.form-nav-tabs a[data-toggle='tab'][href='#collapseItems'] |
3283 | Click Element jquery=#collapseItems .nav li[data-title^='${item_key}'] | 3283 | Click Element jquery=#collapseItems .nav li[data-title^='${item_key}'] |
3284 | Sleep 1 | 3284 | Sleep 1 |
3285 | Click Element jquery=#collapseItems .nav li[data-title^='${item_key}'] .js-dynamic-form-remove | 3285 | Click Element jquery=#collapseItems .nav li[data-title^='${item_key}'] .js-dynamic-form-remove |
@@ -3409,7 +3409,7 @@ InputPlanOneItem | @@ -3409,7 +3409,7 @@ InputPlanOneItem | ||
3409 | ${wrapper}= Set Variable \#collapseItems .tab-content .tab-pane.active | 3409 | ${wrapper}= Set Variable \#collapseItems .tab-content .tab-pane.active |
3410 | ${keys}= Get Dictionary Keys ${data} | 3410 | ${keys}= Get Dictionary Keys ${data} |
3411 | 3411 | ||
3412 | - JsCollapseShowAndScroll \#collapseItems | 3412 | + JsTabShowAndScroll ul.form-nav-tabs a[data-toggle='tab'][href='#collapseItems'] |
3413 | Click Element jquery=#collapseItems a[href="#add-items"] | 3413 | Click Element jquery=#collapseItems a[href="#add-items"] |
3414 | Sleep 2 | 3414 | Sleep 2 |
3415 | Input text jquery=${wrapper} [id$='-description'] ${data.description} | 3415 | Input text jquery=${wrapper} [id$='-description'] ${data.description} |
Please
register
or
login
to post a comment