Commit 78cde3f39e32c50a0e339d82978b218227f4abb1

Authored by Playtenders
1 parent 35124b3d

edit -99999999-9

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