Showing
2 changed files
with
4 additions
and
0 deletions
@@ -11,6 +11,7 @@ fill bid form | @@ -11,6 +11,7 @@ fill bid form | ||
11 | [Arguments] ${tender_uaid} ${bid} ${lots_ids} ${features_ids} | 11 | [Arguments] ${tender_uaid} ${bid} ${lots_ids} ${features_ids} |
12 | [Documentation] Подати цінову пропозицію bid для тендера tender_uaid на лоти lots_ids (якщо lots_ids != None) з неціновими показниками features_ids (якщо features_ids != None). | 12 | [Documentation] Подати цінову пропозицію bid для тендера tender_uaid на лоти lots_ids (якщо lots_ids != None) з неціновими показниками features_ids (якщо features_ids != None). |
13 | 13 | ||
14 | + submit form and check result ${bid_form_refresh_btn_locator} ${bid_form_refresh_success_msg} ${tender_created_checker_element_locator} ${true} | ||
14 | open popup by btn locator ${bid_form_open_btn_locator} ${bid_popup_locator} | 15 | open popup by btn locator ${bid_form_open_btn_locator} ${bid_popup_locator} |
15 | ${value} = get from dictionary by keys ${bid.data} value amount | 16 | ${value} = get from dictionary by keys ${bid.data} value amount |
16 | # ${amount} = run keyword if condition is not none ${value} convert_float_to_string ${bid.data.value.amount} | 17 | # ${amount} = run keyword if condition is not none ${value} convert_float_to_string ${bid.data.value.amount} |
@@ -37,3 +37,6 @@ ${bid_lotValues_0_value_amount_value_locator} = jquery=.fanc | @@ -37,3 +37,6 @@ ${bid_lotValues_0_value_amount_value_locator} = jquery=.fanc | ||
37 | ${bid_lotValues_0_value_amount_value_locator_type} = float | 37 | ${bid_lotValues_0_value_amount_value_locator_type} = float |
38 | 38 | ||
39 | ${bid_popup_locator} = jquery=.fancybox-slide .modal.fancybox-content | 39 | ${bid_popup_locator} = jquery=.fancybox-slide .modal.fancybox-content |
40 | + | ||
41 | +${bid_form_refresh_success_msg} = Закупівля оновлена. | ||
42 | +${bid_form_refresh_btn_locator} = jquery=#tender-general-info a[href*="/utils/tender-sync"] |
Please
register
or
login
to post a comment