Showing
1 changed file
with
4 additions
and
2 deletions
| @@ -17,7 +17,6 @@ ${PASSWORD} 1234 | @@ -17,7 +17,6 @@ ${PASSWORD} 1234 | ||
| 17 | ${INITIAL_TENDER_DATA}= prepare_prom_test_tender_data | 17 | ${INITIAL_TENDER_DATA}= prepare_prom_test_tender_data |
| 18 | [return] ${INITIAL_TENDER_DATA} | 18 | [return] ${INITIAL_TENDER_DATA} |
| 19 | 19 | ||
| 20 | - | ||
| 21 | Підготувати клієнт для користувача | 20 | Підготувати клієнт для користувача |
| 22 | [Arguments] ${username} | 21 | [Arguments] ${username} |
| 23 | log many @{ARGUMENTS} | 22 | log many @{ARGUMENTS} |
| @@ -33,6 +32,7 @@ Go to homepage | @@ -33,6 +32,7 @@ Go to homepage | ||
| 33 | Go To ${HOMEPAGE} | 32 | Go To ${HOMEPAGE} |
| 34 | 33 | ||
| 35 | Login | 34 | Login |
| 35 | + Wait Until Page Contains Element id=phone_email 100 | ||
| 36 | Input text id=phone_email ${LOGIN} | 36 | Input text id=phone_email ${LOGIN} |
| 37 | Input text id=password ${PASSWORD} | 37 | Input text id=password ${PASSWORD} |
| 38 | Click Button id=submit_login_button | 38 | Click Button id=submit_login_button |
| @@ -41,7 +41,7 @@ Login | @@ -41,7 +41,7 @@ Login | ||
| 41 | [Arguments] @{ARGUMENTS} | 41 | [Arguments] @{ARGUMENTS} |
| 42 | log many @{ARGUMENTS} | 42 | log many @{ARGUMENTS} |
| 43 | Go to homepage | 43 | Go to homepage |
| 44 | - Wait Until Page Contains Element id=phone_email | 44 | + |
| 45 | Login | 45 | Login |
| 46 | 46 | ||
| 47 | ${start_date}= Get From Dictionary ${ARGUMENTS[1].data.tenderPeriod} startDate | 47 | ${start_date}= Get From Dictionary ${ARGUMENTS[1].data.tenderPeriod} startDate |
| @@ -58,6 +58,8 @@ Login | @@ -58,6 +58,8 @@ Login | ||
| 58 | ${quantity}= Get From Dictionary ${items[0]} quantity | 58 | ${quantity}= Get From Dictionary ${items[0]} quantity |
| 59 | ${budget}= Get From Dictionary ${ARGUMENTS[1].data.value} amount | 59 | ${budget}= Get From Dictionary ${ARGUMENTS[1].data.value} amount |
| 60 | ${step_rate}= Get From Dictionary ${ARGUMENTS[1].data.minimalStep} amount | 60 | ${step_rate}= Get From Dictionary ${ARGUMENTS[1].data.minimalStep} amount |
| 61 | + ${cpv}= Get From Dictionary ${items[0].classification} scheme | ||
| 62 | + ${dkpp}= Get From Dictionary ${items[0].additionalClassifications[0]} scheme | ||
| 61 | 63 | ||
| 62 | Wait Until Page Contains Element id=js-btn-0 | 64 | Wait Until Page Contains Element id=js-btn-0 |
| 63 | Click Element id=js-btn-0 | 65 | Click Element id=js-btn-0 |
Please
register
or
login
to post a comment