|
...
|
...
|
@@ -331,20 +331,11 @@ Resource playtender_contr |
|
331
|
331
|
[Documentation] Видалити неціновий показник з feature_id в описі для тендера tender_uaid.
|
|
332
|
332
|
|
|
333
|
333
|
open tender form by uaid ${tender_uaid}
|
|
334
|
|
- Run Keyword If '${TEST_NAME}' == 'Можливість видалити неціновий показник на предмет' click visible element ${tender_update_feature_item_btn_locator}
|
|
335
|
|
- Run Keyword If '${TEST_NAME}' == 'Можливість видалити неціновий показник на лот' click visible element ${tender_update_feature_lot_btn_locator}
|
|
336
|
|
- Run Keyword If '${TEST_NAME}' == 'Можливість видалити неціновий показник на тендер' click visible element ${tender_update_feature_tender_btn_locator}
|
|
337
|
|
- wait until popup is visible
|
|
338
|
|
- ${tender_feature_switch_dell_btn_locator} = replace string ${tender_feature_switch_dell_btn_locator_tpl} %feature_id% ${feature_id}
|
|
339
|
|
- execute javascript ${tender_feature_switch_dell_btn_locator}
|
|
340
|
|
-# click visible element ${tender_feature_switch_dell_btn_locator}
|
|
341
|
|
- Wait Until Element Is Visible ${tender_feature_dell_btn_locator} 20
|
|
342
|
|
- click visible element ${tender_feature_dell_btn_locator}
|
|
343
|
|
- Wait Until Page Contains ${tender_feature_form_submit_success_msg} 60
|
|
344
|
|
- execute javascript ${not_alert_opened_close_btn_locator}
|
|
345
|
|
- #click visible element ${not_alert_opened_close_btn_locator}
|
|
346
|
|
- Wait Until Page Does Not Contain ${tender_feature_form_submit_success_msg} 10
|
|
347
|
|
- submit current visible popup
|
|
|
334
|
+ Run Keyword If '${TEST_NAME}' == 'Можливість видалити неціновий показник на предмет' open popup by btn locator ${tender_update_feature_item_btn_locator}
|
|
|
335
|
+ Run Keyword If '${TEST_NAME}' == 'Можливість видалити неціновий показник на лот' open popup by btn locator ${tender_update_feature_lot_btn_locator}
|
|
|
336
|
+ Run Keyword If '${TEST_NAME}' == 'Можливість видалити неціновий показник на тендер' open popup by btn locator ${tender_update_feature_tender_btn_locator}
|
|
|
337
|
+ ${delete_feature_btn_locator} = replace string ${tender_feature_switch_dell_btn_locator_tpl} %feature_id% ${feature_id}
|
|
|
338
|
+ click removing form feature and wait success result ${delete_feature_btn_locator}
|
|
348
|
339
|
save tender form and wait synchronization
|
|
349
|
340
|
|
|
350
|
341
|
|
...
|
...
|
|