Showing
1 changed file
with
3 additions
and
2 deletions
| @@ -389,13 +389,14 @@ Wait For Page Create Tender | @@ -389,13 +389,14 @@ Wait For Page Create Tender | ||
| 389 | Click Element xpath=//div[contains(@class, 'active')]//${wraper}//div[contains(@class, 'active')]//a[contains(@href, '#classification')] | 389 | Click Element xpath=//div[contains(@class, 'active')]//${wraper}//div[contains(@class, 'active')]//a[contains(@href, '#classification')] |
| 390 | Wait Until Element Is Visible xpath=//div[contains(@id, 'classification-modal')]//h4[contains(@id, 'classificationModalLabel')] | 390 | Wait Until Element Is Visible xpath=//div[contains(@id, 'classification-modal')]//h4[contains(@id, 'classificationModalLabel')] |
| 391 | Sleep 1 | 391 | Sleep 1 |
| 392 | +#cat ${cpv_id}= Set Variable 99999999-9 | ||
| 392 | Input text xpath=//div[contains(@id, 'classification-modal')]//input[@class='form-control js-input'] ${cpv_id} | 393 | Input text xpath=//div[contains(@id, 'classification-modal')]//input[@class='form-control js-input'] ${cpv_id} |
| 393 | #cat Input text xpath=//div[contains(@id, 'classification-modal')]//input[@class='form-control js-input'] 99999999-9 | 394 | #cat Input text xpath=//div[contains(@id, 'classification-modal')]//input[@class='form-control js-input'] 99999999-9 |
| 394 | Press key xpath=//div[contains(@id, 'classification-modal')]//input[@class='form-control js-input'] \\13 | 395 | Press key xpath=//div[contains(@id, 'classification-modal')]//input[@class='form-control js-input'] \\13 |
| 395 | Sleep 1 | 396 | Sleep 1 |
| 396 | Wait Until Page Contains Element xpath=//div[contains(@id, 'classification-modal')]//strong[contains(., '${cpv_id}')] 20 | 397 | Wait Until Page Contains Element xpath=//div[contains(@id, 'classification-modal')]//strong[contains(., '${cpv_id}')] 20 |
| 397 | #cat Wait Until Page Contains Element xpath=//div[contains(@id, 'classification-modal')]//strong[contains(., '99999999-9')] 20 | 398 | #cat Wait Until Page Contains Element xpath=//div[contains(@id, 'classification-modal')]//strong[contains(., '99999999-9')] 20 |
| 398 | - Run Keyword If '99999999-9' == ${cpv_id} Click Element xpath=(//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'])[1] | 399 | + Run Keyword If 99999999-9 == ${cpv_id} Click Element xpath=(//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'])[1] |
| 399 | ... ELSE Click Element xpath=//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'] | 400 | ... ELSE Click Element xpath=//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'] |
| 400 | Click Element xpath=//div[contains(@id, 'classification-modal')]//button[contains(@class, 'btn btn-default waves-effect waves-light js-submit')] | 401 | Click Element xpath=//div[contains(@id, 'classification-modal')]//button[contains(@class, 'btn btn-default waves-effect waves-light js-submit')] |
| 401 | Sleep 1 | 402 | Sleep 1 |
| @@ -3429,7 +3430,7 @@ InputClassificationByWrapper | @@ -3429,7 +3430,7 @@ InputClassificationByWrapper | ||
| 3429 | Press key xpath=//div[contains(@id, 'classification-modal')]//input[@class='form-control js-input'] \\13 | 3430 | Press key xpath=//div[contains(@id, 'classification-modal')]//input[@class='form-control js-input'] \\13 |
| 3430 | Sleep 1 | 3431 | Sleep 1 |
| 3431 | Wait Until Page Contains Element xpath=//div[contains(@id, 'classification-modal')]//strong[contains(., '${classification_id}')] 20 | 3432 | Wait Until Page Contains Element xpath=//div[contains(@id, 'classification-modal')]//strong[contains(., '${classification_id}')] 20 |
| 3432 | - Run Keyword If '99999999-9' == ${classification_id} Click Element xpath=(//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'])[1] | 3433 | + Run Keyword If 99999999-9 == ${classification_id} Click Element xpath=(//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'])[1] |
| 3433 | ... ELSE Click Element xpath=//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'] | 3434 | ... ELSE Click Element xpath=//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'] |
| 3434 | #cat Click Element xpath=//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'] | 3435 | #cat Click Element xpath=//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'] |
| 3435 | Click Element xpath=//div[contains(@id, 'classification-modal')]//button[contains(@class, 'btn btn-default waves-effect waves-light js-submit')] | 3436 | Click Element xpath=//div[contains(@id, 'classification-modal')]//button[contains(@class, 'btn btn-default waves-effect waves-light js-submit')] |
Please
register
or
login
to post a comment