Commit 2132e4fac1ea8e3d51540c955f3c127424bc3268

Authored by Playtenders
1 parent 95a4ffd2

planning

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