Commit fc4c5f2201bfbcf10e2d20e35e8c87f35e6f0244

Authored by Andrew Yanovych
1 parent a923970a

fixed cpv dkpp fieldes values

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