Showing
2 changed files
with
3 additions
and
1 deletions
| @@ -223,6 +223,7 @@ get bid information | @@ -223,6 +223,7 @@ get bid information | ||
| 223 | # ${question_open_form_answer_locator} = replace string ${question_open_form_answer_btn_locator_tpl} %title% ${question_id} | 223 | # ${question_open_form_answer_locator} = replace string ${question_open_form_answer_btn_locator_tpl} %title% ${question_id} |
| 224 | # wait until page contains element with reloading ${question_open_form_answer_locator} | 224 | # wait until page contains element with reloading ${question_open_form_answer_locator} |
| 225 | capture page screenshot | 225 | capture page screenshot |
| 226 | + Run Keyword If 'status' == '${field}' submit form and check result ${bid_form_refresh_btn_locator} ${bid_form_refresh_success_msg} ${tender_created_checker_element_locator} ${true} | ||
| 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 | ${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 ${bid_form_bid_status_btn_locator} | 229 | ... ELSE Run Keyword If 'status' == '${field}' get_text ${bid_form_bid_status_btn_locator} |
| @@ -2,7 +2,8 @@ | @@ -2,7 +2,8 @@ | ||
| 2 | 2 | ||
| 3 | #claim | 3 | #claim |
| 4 | ${claim_page_open_btn_locator} = jquery=#aside-part-pjax a[href*="/tender-complaint"] | 4 | ${claim_page_open_btn_locator} = jquery=#aside-part-pjax a[href*="/tender-complaint"] |
| 5 | -${claim_form_open_btn_locator} = jquery=#tender-part-pjax a[href*="/tender/complaint-create"]:first | 5 | +#${claim_form_open_btn_locator} = jquery=#tender-part-pjax a[href*="/tender/complaint-create"]:first |
| 6 | +${claim_form_open_btn_locator} = jquery=#tender-part-pjax a[href*="tender-complaint/create"]:first | ||
| 6 | ${claim_form_complaintform_title_input_locator} = jquery=.fancybox-is-open .fancybox-content input[id*="complaintform-title"] | 7 | ${claim_form_complaintform_title_input_locator} = jquery=.fancybox-is-open .fancybox-content input[id*="complaintform-title"] |
| 7 | ${claim_form_complaintform_description_input_locator} = jquery=.fancybox-is-open .fancybox-content textarea[id*="complaintform-description"] | 8 | ${claim_form_complaintform_description_input_locator} = jquery=.fancybox-is-open .fancybox-content textarea[id*="complaintform-description"] |
| 8 | ${claim_form_complaintform_related_of_input_locator} = jquery=.fancybox-is-open .fancybox-content select[id*="complaintform-related_of"] | 9 | ${claim_form_complaintform_related_of_input_locator} = jquery=.fancybox-is-open .fancybox-content select[id*="complaintform-related_of"] |
Please
register
or
login
to post a comment