Commit 8d251d87054defe0f779863b85cf01a3d90bffa9

Authored by Playtenders
1 parent 42b3a63c

edit Wait Until Page Contains 60+

Showing 1 changed file with 1 additions and 0 deletions
... ... @@ -1274,6 +1274,7 @@ Save Tender
1274 1274 Start Edit Lot ${lot_id}
1275 1275 Click Element xpath=//div[contains(@class, 'active')]//span[contains(text(), '${item_id}')]
1276 1276 Sleep 1
  1277 + Wait Until Element Is Enabled xpath=//*[contains(text(), 'Ви впевнені що бажаєте видалити поточний лот?')]
1277 1278 Click Element xpath=//li[contains(@data-title, '${item_id}')]//span[@data-confirm-text='Ви впевнені що бажаєте видалити поточний товар/послугу?']
1278 1279 Sleep 1
1279 1280 Click Element xpath=//div[contains(@class, 'jconfirm-box')]//button[contains(text(), 'Так')]
... ...
Please register or login to post a comment