Showing
2 changed files
with
3 additions
and
1 deletions
| @@ -132,6 +132,8 @@ fill bid form edit | @@ -132,6 +132,8 @@ fill bid form edit | ||
| 132 | [Documentation] Змінити поле fieldname на fieldvalue цінової пропозиції користувача username для тендера tender_uaid. | 132 | [Documentation] Змінити поле fieldname на fieldvalue цінової пропозиції користувача username для тендера tender_uaid. |
| 133 | 133 | ||
| 134 | open popup by btn locator ${bid_form_open_btn_locator} ${bid_popup_locator} | 134 | open popup by btn locator ${bid_form_open_btn_locator} ${bid_popup_locator} |
| 135 | + run keyword if '${mode}' in 'framework_selection' close current visible alert | ||
| 136 | + capture page screenshot | ||
| 135 | Run Keyword If '${fieldname}' == 'lotValues[0].value.amount' or '${fieldname}' == 'value.amount' and '${mode}' != 'open_esco' input number to exist visible input ${bid_form_value_amount_input_locator} ${fieldvalue} | 137 | Run Keyword If '${fieldname}' == 'lotValues[0].value.amount' or '${fieldname}' == 'value.amount' and '${mode}' != 'open_esco' input number to exist visible input ${bid_form_value_amount_input_locator} ${fieldvalue} |
| 136 | # submit form and check result ${bid_form_submit_btn_locator} ${bid_form_submit_edit_success_msg} ${tender_created_checker_element_locator} | 138 | # submit form and check result ${bid_form_submit_btn_locator} ${bid_form_submit_edit_success_msg} ${tender_created_checker_element_locator} |
| 137 | 139 |
| @@ -336,7 +336,7 @@ confirm awards | @@ -336,7 +336,7 @@ confirm awards | ||
| 336 | Wait Until Keyword Succeeds 800 s 20 s Wait For QualificationsPeriodEnd | 336 | Wait Until Keyword Succeeds 800 s 20 s Wait For QualificationsPeriodEnd |
| 337 | log many '${username}' | 337 | log many '${username}' |
| 338 | log many '${mode}' | 338 | log many '${mode}' |
| 339 | -# Run Keyword If '${mode}' in 'open_framework' sleep 9 | 339 | + Run Keyword If '${mode}' in 'open_framework' sleep 1200 |
| 340 | # sleep 900 | 340 | # sleep 900 |
| 341 | # Run Keyword If ' ${username}' == 'playtender_Owner' and '${mode}' in 'open_framework' sleep 900 | 341 | # Run Keyword If ' ${username}' == 'playtender_Owner' and '${mode}' in 'open_framework' sleep 900 |
| 342 | 342 |
Please
register
or
login
to post a comment