Showing
1 changed file
with
3 additions
and
4 deletions
@@ -402,8 +402,7 @@ Wait For Page Create Tender | @@ -402,8 +402,7 @@ Wait For Page Create Tender | ||
402 | Sleep 1 | 402 | Sleep 1 |
403 | Wait Until Page Contains Element xpath=//div[contains(@id, 'classification-modal')]//strong[contains(., '${cpv_id}')] 60 | 403 | Wait Until Page Contains Element xpath=//div[contains(@id, 'classification-modal')]//strong[contains(., '${cpv_id}')] 60 |
404 | #cat Wait Until Page Contains Element xpath=//div[contains(@id, 'classification-modal')]//strong[contains(., '99999999-9')] 20 | 404 | #cat Wait Until Page Contains Element xpath=//div[contains(@id, 'classification-modal')]//strong[contains(., '99999999-9')] 20 |
405 | - Run Keyword If 99999999-9 == ${cpv_id} Click Element xpath=(//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'])[1] | ||
406 | - ... ELSE Click Element xpath=//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'] | 405 | + Click Element xpath=//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'] |
407 | Click Element xpath=//div[contains(@id, 'classification-modal')]//button[contains(@class, 'btn btn-default waves-effect waves-light js-submit')] | 406 | Click Element xpath=//div[contains(@id, 'classification-modal')]//button[contains(@class, 'btn btn-default waves-effect waves-light js-submit')] |
408 | Sleep 1 | 407 | Sleep 1 |
409 | 408 | ||
@@ -1274,6 +1273,7 @@ Save Tender | @@ -1274,6 +1273,7 @@ Save Tender | ||
1274 | Start Edit Lot ${lot_id} | 1273 | Start Edit Lot ${lot_id} |
1275 | Click Element xpath=//div[contains(@class, 'active')]//span[contains(text(), '${item_id}')] | 1274 | Click Element xpath=//div[contains(@class, 'active')]//span[contains(text(), '${item_id}')] |
1276 | Sleep 1 | 1275 | Sleep 1 |
1276 | + Wait Until Element Is Enabled xpath=//*[contains(text(), 'Ви впевнені що бажаєте видалити поточний лот?')] | ||
1277 | Click Element xpath=//li[contains(@data-title, '${item_id}')]//span[@data-confirm-text='Ви впевнені що бажаєте видалити поточний товар/послугу?'] | 1277 | Click Element xpath=//li[contains(@data-title, '${item_id}')]//span[@data-confirm-text='Ви впевнені що бажаєте видалити поточний товар/послугу?'] |
1278 | Sleep 1 | 1278 | Sleep 1 |
1279 | Click Element xpath=//div[contains(@class, 'jconfirm-box')]//button[contains(text(), 'Так')] | 1279 | Click Element xpath=//div[contains(@class, 'jconfirm-box')]//button[contains(text(), 'Так')] |
@@ -3452,8 +3452,7 @@ InputClassificationByWrapper | @@ -3452,8 +3452,7 @@ InputClassificationByWrapper | ||
3452 | Press key xpath=//div[contains(@id, 'classification-modal')]//input[@class='form-control js-input'] \\13 | 3452 | Press key xpath=//div[contains(@id, 'classification-modal')]//input[@class='form-control js-input'] \\13 |
3453 | Sleep 1 | 3453 | Sleep 1 |
3454 | Wait Until Page Contains Element xpath=//div[contains(@id, 'classification-modal')]//strong[contains(., '${classification_id}')] 60 | 3454 | Wait Until Page Contains Element xpath=//div[contains(@id, 'classification-modal')]//strong[contains(., '${classification_id}')] 60 |
3455 | - Run Keyword If 99999999-9 == ${classification_id} Click Element xpath=(//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'])[1] | ||
3456 | - ... ELSE Click Element xpath=//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'] | 3455 | + Click Element xpath=//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'] |
3457 | #cat Click Element xpath=//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'] | 3456 | #cat Click Element xpath=//div[contains(@id, 'classification-modal')]//i[@class='jstree-icon jstree-checkbox'] |
3458 | Click Element xpath=//div[contains(@id, 'classification-modal')]//button[contains(@class, 'btn btn-default waves-effect waves-light js-submit')] | 3457 | Click Element xpath=//div[contains(@id, 'classification-modal')]//button[contains(@class, 'btn btn-default waves-effect waves-light js-submit')] |
3459 | Sleep 1 | 3458 | Sleep 1 |
Please
register
or
login
to post a comment