Showing
3 changed files
with
5 additions
and
2 deletions
| @@ -70,7 +70,8 @@ Resource playtender_agree | @@ -70,7 +70,8 @@ Resource playtender_agree | ||
| 70 | [Documentation] Знайти план за зазначеним plan_uaid. | 70 | [Documentation] Знайти план за зазначеним plan_uaid. |
| 71 | 71 | ||
| 72 | open plan search form | 72 | open plan search form |
| 73 | - Execute Javascript $('#plan-filter-form .dynamic-search-query input').click() | 73 | +# Execute Javascript $('#plan-filter-form .dynamic-search-query input').click() |
| 74 | + go to https://staging.playtender.com.ua/plans?query%5B%5D=${plan_uaid} | ||
| 74 | input to search form and wait results ${plan_search_form_query_input_locator} ${plan_uaid} ${plan_search_form_result_locator_tpl} | 75 | input to search form and wait results ${plan_search_form_query_input_locator} ${plan_uaid} ${plan_search_form_result_locator_tpl} |
| 75 | 76 | ||
| 76 | Внести зміни в план | 77 | Внести зміни в план |
| @@ -194,6 +195,7 @@ Resource playtender_agree | @@ -194,6 +195,7 @@ Resource playtender_agree | ||
| 194 | [Documentation] Знайти тендер з uaid рівним tender_uaid. | 195 | [Documentation] Знайти тендер з uaid рівним tender_uaid. |
| 195 | 196 | ||
| 196 | open tender search form | 197 | open tender search form |
| 198 | + go to https://staging.playtender.com.ua/?query%5B%5D=${tender_uaid} | ||
| 197 | input to search form and wait results ${tender_search_form_query_input_locator} ${tender_uaid} ${tender_search_form_result_locator_tpl} | 199 | input to search form and wait results ${tender_search_form_query_input_locator} ${tender_uaid} ${tender_search_form_result_locator_tpl} |
| 198 | 200 | ||
| 199 | Отримати інформацію із тендера | 201 | Отримати інформацію із тендера |
| @@ -227,7 +227,7 @@ input to search form and wait results | @@ -227,7 +227,7 @@ input to search form and wait results | ||
| 227 | [Arguments] ${query_input_locator} ${query} ${result_locator_tpl} | 227 | [Arguments] ${query_input_locator} ${query} ${result_locator_tpl} |
| 228 | [Documentation] заповнює форму і очікує результат по шаблону селектора | 228 | [Documentation] заповнює форму і очікує результат по шаблону селектора |
| 229 | 229 | ||
| 230 | - input text to visible input and press enter ${query_input_locator} ${query} | 230 | +# input text to visible input and press enter ${query_input_locator} ${query} |
| 231 | ${result_locator} = replace string ${result_locator_tpl} %query% ${query} | 231 | ${result_locator} = replace string ${result_locator_tpl} %query% ${query} |
| 232 | wait until page contains search ${result_locator} | 232 | wait until page contains search ${result_locator} |
| 233 | # wait until page contains element with reloading ${result_locator} | 233 | # wait until page contains element with reloading ${result_locator} |
| @@ -33,6 +33,7 @@ open tender page by uaid | @@ -33,6 +33,7 @@ open tender page by uaid | ||
| 33 | [Arguments] ${uaid} | 33 | [Arguments] ${uaid} |
| 34 | [Documentation] відкриває сторінку з тендером | 34 | [Documentation] відкриває сторінку з тендером |
| 35 | 35 | ||
| 36 | + Run Keyword And Return If "Можливість знайти звіт про укладений договір по ідентифікатору" in "${TEST_NAME}" Reload Page | ||
| 36 | open site page and wait content element ${broker_baseurl}/tender/${uaid} | 37 | open site page and wait content element ${broker_baseurl}/tender/${uaid} |
| 37 | ${is_tender_found} = get is element exist ${tender_view_checker_element_locator} | 38 | ${is_tender_found} = get is element exist ${tender_view_checker_element_locator} |
| 38 | return from keyword if ${is_tender_found} == ${True} | 39 | return from keyword if ${is_tender_found} == ${True} |
Please
register
or
login
to post a comment