Commit c333c8c5b6e628ca285ce8789aa71273c7f709d0

Authored by Playtenders
1 parent cc6e56c7

ecp-ugoda-bellow

Showing 1 changed file with 5 additions and 1 deletions
... ... @@ -931,6 +931,7 @@ Wait For Sync Tender Finish
931 931 Click Element xpath=//a[contains(@href, '/tender/contract-activate?id=')]
932 932 Sleep 1
933 933 Wait Until Page Contains Активація контракту 20
  934 + Run Keyword If "${mode}" == "belowThreshold" Click Element xpath=//input[@id='form-signing']
934 935 JsSetScrollToElementBySelector \#tender-contract-form .js-submit-btn
935 936 ${sign_needed}= Run keyword And Return Status Page Should Contain Накласти ЕЦП
936 937 Click Element jquery=#tender-contract-form .js-submit-btn
... ... @@ -3423,10 +3424,13 @@ InputClassificationByWrapper
3423 3424 Wait Until Element Is Visible xpath=//div[contains(@id, 'classification-modal')]//h4[contains(@id, 'classificationModalLabel')]
3424 3425 Sleep 1
3425 3426 Input text xpath=//div[contains(@id, 'classification-modal')]//input[@class='form-control js-input'] ${classification_id}
  3427 +#cat Input text xpath=//div[contains(@id, 'classification-modal')]//input[@class='form-control js-input'] 99999999-9
3426 3428 Press key xpath=//div[contains(@id, 'classification-modal')]//input[@class='form-control js-input'] \\13
3427 3429 Sleep 1
3428 3430 Wait Until Page Contains Element xpath=//div[contains(@id, 'classification-modal')]//strong[contains(., '${classification_id}')] 20
3429   - Click Element xpath=//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox']
  3431 + Run Keyword If '99999999-9' == ${classification_id} Click Element xpath=(//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'])[1]
  3432 + ... ELSE Click Element xpath=//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox']
  3433 +#cat Click Element xpath=//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox']
3430 3434 Click Element xpath=//div[contains(@id, 'classification-modal')]//button[contains(@class, 'btn btn-default waves-effect waves-light js-submit')]
3431 3435 Sleep 1
3432 3436
... ...
Please register or login to post a comment