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