Showing
1 changed file
with
2 additions
and
4 deletions
| ... | ... | @@ -341,10 +341,8 @@ fill tender from award reporting |
| 341 | 341 | [Documentation] заповнення переможця reporting тендеру |
| 342 | 342 | |
| 343 | 343 | run keyword and ignore error click visible element ${tender_form_general_panel_update_award_negotiation_btn_locator} |
| 344 | - run keyword and ignore error Run Keyword If "${TEST_NAME}" == "Можливість створити переговорну процедуру" click visible element ${tender_form_general_panel_add_award_negotiation_btn_locator} | |
| 345 | - run keyword and ignore error wait until popup is visible | |
| 346 | - run keyword and ignore error click visible element ${tender_form_general_panel_update_award_reporting_btn_locator} | |
| 347 | - wait until popup is visible | |
| 344 | + Run Keyword If "${TEST_NAME}" == "Можливість створити переговорну процедуру" open popup by btn locator ${tender_form_general_panel_add_award_negotiation_btn_locator} | |
| 345 | + ... ELSE open popup by btn locator ${tender_form_general_panel_update_award_reporting_btn_locator} | |
| 348 | 346 | fill award reporting form in opened popup ${budget} ${award_attributes_array} |
| 349 | 347 | submit current visible popup |
| 350 | 348 | ... | ... |
Please
register
or
login
to post a comment