Showing
2 changed files
with
2 additions
and
6 deletions
| @@ -165,7 +165,7 @@ get document complaint | @@ -165,7 +165,7 @@ get document complaint | ||
| 165 | click visible element ${claim_page_open_btn_locator} | 165 | click visible element ${claim_page_open_btn_locator} |
| 166 | click visible element and wait until page contains element ${claim_page_open_btn_locator} ${claim_form_open_btn_locator} | 166 | click visible element and wait until page contains element ${claim_page_open_btn_locator} ${claim_form_open_btn_locator} |
| 167 | ${claim_form_resolved_input_locator} = replace string ${claim_form_resolved_input_locator_tpl} %complaint_id% ${complaintID} | 167 | ${claim_form_resolved_input_locator} = replace string ${claim_form_resolved_input_locator_tpl} %complaint_id% ${complaintID} |
| 168 | - click visible element ${claim_form_resolved_input_locator} | 168 | + open popup by btn locator ${claim_form_resolved_input_locator} |
| 169 | Wait Until Page Contains ${popup_opened_content_success_locator} 60 | 169 | Wait Until Page Contains ${popup_opened_content_success_locator} 60 |
| 170 | wait until element is visible ${claim_form_complaintform_submit_btn_locator} 60 | 170 | wait until element is visible ${claim_form_complaintform_submit_btn_locator} 60 |
| 171 | ## wait until element is visible ${popup_opened_content_locator} 60 | 171 | ## wait until element is visible ${popup_opened_content_locator} 60 |
| @@ -187,13 +187,9 @@ get document complaint | @@ -187,13 +187,9 @@ get document complaint | ||
| 187 | ${claim_form_open_form_answer_btn_locator} = replace string ${claim_form_open_form_answer_btn_locator_tpl} %title% ${complaintID} | 187 | ${claim_form_open_form_answer_btn_locator} = replace string ${claim_form_open_form_answer_btn_locator_tpl} %title% ${complaintID} |
| 188 | wait until page contains element with reloading ${claim_form_open_form_answer_btn_locator} | 188 | wait until page contains element with reloading ${claim_form_open_form_answer_btn_locator} |
| 189 | open popup by btn locator ${claim_form_open_form_answer_btn_locator} | 189 | open popup by btn locator ${claim_form_open_form_answer_btn_locator} |
| 190 | - | ||
| 191 | Wait Until Page Contains ${popup_opened_content_success_locator} 60 | 190 | Wait Until Page Contains ${popup_opened_content_success_locator} 60 |
| 192 | wait until element is visible ${claim_form_answer_resolution_value_locator} 60 | 191 | wait until element is visible ${claim_form_answer_resolution_value_locator} 60 |
| 193 | -## wait until element is visible ${popup_opened_content_locator} 60 | ||
| 194 | -# click visible element ${claim_form_open_form_answer_btn_locator} | ||
| 195 | 192 | ||
| 196 | -# wait until popup is visible | ||
| 197 | input text to exist visible input ${claim_form_answer_resolution_value_locator} ${answer_data.data.resolution} | 193 | input text to exist visible input ${claim_form_answer_resolution_value_locator} ${answer_data.data.resolution} |
| 198 | Run Keyword If '${answer_data.data.resolutionType}' == 'resolved' select from list by value ${claim_form_answer_resolution_type_value_locator} resolved | 194 | Run Keyword If '${answer_data.data.resolutionType}' == 'resolved' select from list by value ${claim_form_answer_resolution_type_value_locator} resolved |
| 199 | Run Keyword If '${answer_data.data.resolutionType}' == 'declined' select from list by value ${claim_form_answer_resolution_type_value_locator} declined | 195 | Run Keyword If '${answer_data.data.resolutionType}' == 'declined' select from list by value ${claim_form_answer_resolution_type_value_locator} declined |
| @@ -424,7 +424,7 @@ activate stage 2 | @@ -424,7 +424,7 @@ activate stage 2 | ||
| 424 | [Documentation] Перевести тендер tender_uaid в статус active.tendering. | 424 | [Documentation] Перевести тендер tender_uaid в статус active.tendering. |
| 425 | 425 | ||
| 426 | open popup by btn locator ${tender_form_general_panel_edit_btn_locator} | 426 | open popup by btn locator ${tender_form_general_panel_edit_btn_locator} |
| 427 | - ${tender_end_date} = Get Current Date increment=00:25:00 result_format=%Y-%m-%dT%H:%M:%S.%f%z+02:00 | 427 | + ${tender_end_date} = Get Current Date increment=00:35:00 result_format=%Y-%m-%dT%H:%M:%S.%f%z+02:00 |
| 428 | # ${tender_end_date} = Get Current Date increment=00:25:00 result_format=%d.%m.%Y %H:%M | 428 | # ${tender_end_date} = Get Current Date increment=00:25:00 result_format=%d.%m.%Y %H:%M |
| 429 | input datetime to visible input ${tender_tender_period_end_date_input_locator} ${tender_end_date} | 429 | input datetime to visible input ${tender_tender_period_end_date_input_locator} ${tender_end_date} |
| 430 | capture page screenshot | 430 | capture page screenshot |
Please
register
or
login
to post a comment