Showing
2 changed files
with
3 additions
and
2 deletions
| ... | ... | @@ -225,7 +225,7 @@ get bid information |
| 225 | 225 | capture page screenshot |
| 226 | 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 | 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 | 229 | ... ELSE Run Keyword If 'value.amount' == '${field}' get value by locator on opened page ${bid_form_value_amount_input_locator} |
| 230 | 230 | # submit current visible popup |
| 231 | 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 | 39 | ${bid_popup_locator} = jquery=.fancybox-slide .modal.fancybox-content |
| 40 | 40 | |
| 41 | 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 | |
| \ No newline at end of file | ... | ... |
Please
register
or
login
to post a comment