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