Showing
1 changed file
with
4 additions
and
2 deletions
| @@ -587,8 +587,10 @@ fill award reporting form in opened popup | @@ -587,8 +587,10 @@ fill award reporting form in opened popup | ||
| 587 | # ${duration_days} = get from dictionary by keys ${data} contactPoint days | 587 | # ${duration_days} = get from dictionary by keys ${data} contactPoint days |
| 588 | # run keyword if condition is not none ${duration_days} input text to exist visible input ${milestone_form_popup_duration_days_input_locator} ${duration_days} | 588 | # run keyword if condition is not none ${duration_days} input text to exist visible input ${milestone_form_popup_duration_days_input_locator} ${duration_days} |
| 589 | ${budget_value} = get from dictionary by keys ${data} value amount | 589 | ${budget_value} = get from dictionary by keys ${data} value amount |
| 590 | - run keyword if condition is not none ${budget_value} run keyword if '${mode}' in 'reporting' input number to exist visible input ${tender_form_award_budget_locator} ${budget} | ||
| 591 | - run keyword if condition is not none ${budget_value} run keyword if '${mode}' in 'negotiation' input number to exist visible input ${tender_form_award_budget_locator} ${budget_value} | 590 | + run keyword if '${mode}' in 'reporting' input number to exist visible input ${tender_form_award_budget_locator} ${rep_val} |
| 591 | + #${budget} | ||
| 592 | + run keyword if '${mode}' in 'negotiation' input number to exist visible input ${tender_form_award_budget_locator} ${rep_val} | ||
| 593 | + #${budget_value} | ||
| 592 | 594 | ||
| 593 | open tender search form | 595 | open tender search form |
| 594 | [Documentation] відкриває сторінку з пошуком тендерів | 596 | [Documentation] відкриває сторінку з пошуком тендерів |
Please
register
or
login
to post a comment