Commit cbb3f6bf342d79d4e1a8b64ab7dde5f2d7ce3b90

Authored by Playtenders
1 parent ca20752e

bid status

@@ -225,7 +225,7 @@ get bid information @@ -225,7 +225,7 @@ get bid information
225 capture page screenshot 225 capture page screenshot
226 #${return_value} = Run Keyword If 'lotValues[0].value.amount' == '${field}' get value by locator on opened page ${bid_lotValues_0_value_amount_value_locator} 226 #${return_value} = Run Keyword If 'lotValues[0].value.amount' == '${field}' get value by locator on opened page ${bid_lotValues_0_value_amount_value_locator}
227 ${return_value} = Run Keyword If 'lotValues[0].value.amount' == '${field}' get value by locator on opened page ${bid_lotValues_0_value_amount_value_locator} 227 ${return_value} = Run Keyword If 'lotValues[0].value.amount' == '${field}' get value by locator on opened page ${bid_lotValues_0_value_amount_value_locator}
228 - ... ELSE Run Keyword If 'status' == '${field}' get_text ${question_answer_value_locator} 228 + ... ELSE Run Keyword If 'status' == '${field}' get_text ${bid_form_bid_status_btn_locator}
229 ... ELSE Run Keyword If 'value.amount' == '${field}' get value by locator on opened page ${bid_form_value_amount_input_locator} 229 ... ELSE Run Keyword If 'value.amount' == '${field}' get value by locator on opened page ${bid_form_value_amount_input_locator}
230 # submit current visible popup 230 # submit current visible popup
231 ${return_value} = Run Keyword If 'lotValues[0].value.amount' == '${field}' or 'value.amount' == '${field}' playtender_service.split_joinvalue ${return_value} 231 ${return_value} = Run Keyword If 'lotValues[0].value.amount' == '${field}' or 'value.amount' == '${field}' playtender_service.split_joinvalue ${return_value}
@@ -39,4 +39,5 @@ ${bid_lotValues_0_value_amount_value_locator_type} = float @@ -39,4 +39,5 @@ ${bid_lotValues_0_value_amount_value_locator_type} = float
39 ${bid_popup_locator} = jquery=.fancybox-slide .modal.fancybox-content 39 ${bid_popup_locator} = jquery=.fancybox-slide .modal.fancybox-content
40 40
41 ${bid_form_refresh_success_msg} = Закупівля оновлена. 41 ${bid_form_refresh_success_msg} = Закупівля оновлена.
42 -${bid_form_refresh_btn_locator} = jquery=#tender-general-info a[href*="/utils/tender-sync"] 42 +${bid_form_refresh_btn_locator} = jquery=#tender-general-info a[href*="/utils/tender-sync"]
  43 +${bid_form_bid_status_btn_locator} = jquery=.bid-info-wrapper.hidden.info-wrapper .info-row.status-source
Please register or login to post a comment