Showing
2 changed files
with
10 additions
and
0 deletions
| ... | ... | @@ -120,6 +120,15 @@ Resource playtender_agree |
| 120 | 120 | ################################################### TENDER KEYWORDS #################################################### |
| 121 | 121 | ######################################################################################################################## |
| 122 | 122 | |
| 123 | +Створити тендер з критеріями | |
| 124 | + [Arguments] ${user} ${tender_data} ${tender_aid} ${critery_data} | |
| 125 | + [Documentation] Створити тендер з початковими даними tender_data. Повернути | |
| 126 | + ... uaid створеного тендера. | |
| 127 | + | |
| 128 | + playtender.Створити тендер ${user} ${tender_data} ${tender_aid} | |
| 129 | + ${tender_uaid} = get text ${tender_uaid_text_locator} | |
| 130 | + [Return] ${tender_uaid} | |
| 131 | + | |
| 123 | 132 | Створити тендер |
| 124 | 133 | [Arguments] ${user} ${tender_data} ${tender_aid} |
| 125 | 134 | [Documentation] Створити тендер з початковими даними tender_data. Повернути | ... | ... |
| ... | ... | @@ -49,6 +49,7 @@ get question information |
| 49 | 49 | [Documentation] Отримати значення поля field_name із запитання з question_id |
| 50 | 50 | ... в описі для тендера tender_uaid. |
| 51 | 51 | |
| 52 | + submit form and check result ${bid_form_refresh_btn_locator} ${bid_form_refresh_success_msg} ${tender_created_checker_element_locator} ${true} | |
| 52 | 53 | click visible element ${question_form_open_btn_locator} |
| 53 | 54 | ${question_open_form_answer_locator} = replace string ${question_open_form_answer_btn_locator_tpl} %title% ${question_id} |
| 54 | 55 | wait until page contains element with reloading ${question_open_form_answer_locator} | ... | ... |
Please
register
or
login
to post a comment