Showing
2 changed files
with
10 additions
and
10 deletions
1 | 1 | E-tender: |
2 | 2 | keywords_file: etender |
3 | 3 | url: http://uat.e-tender.biz/ |
4 | - timout_on_wait: 15 | |
4 | + timeout_on_wait: 15 | |
5 | 5 | period_interval: 2 |
6 | 6 | Prom: |
7 | 7 | keywords_file: prom |
8 | 8 | url: http://dz.dz-test.net/ |
9 | - timout_on_wait: 15 | |
9 | + timeout_on_wait: 15 | |
10 | 10 | period_interval: 31 |
11 | 11 | SmartTender: |
12 | 12 | keywords_file: smarttender |
13 | 13 | url: http://smarttender.biz/tenders |
14 | - timout_on_wait: 15 | |
14 | + timeout_on_wait: 15 | |
15 | 15 | period_interval: 2 |
16 | 16 | Quinta: |
17 | 17 | keywords_file: openprocurement_client |
18 | - timout_on_wait: 0 | |
18 | + timeout_on_wait: 0 | |
19 | 19 | period_interval: 2 |
20 | 20 | Publicbid: |
21 | 21 | keywords_file: publicbid |
22 | 22 | url: https://public-bid.com.ua/ |
23 | - timout_on_wait: 15 | |
23 | + timeout_on_wait: 15 | |
24 | 24 | period_interval: 2 |
25 | 25 | Netcast: |
26 | 26 | keywords_file: netcast |
27 | 27 | url: http://dz2.byustudio.in.ua |
28 | - timout_on_wait: 15 | |
28 | + timeout_on_wait: 15 | ... | ... |
... | ... | @@ -75,8 +75,8 @@ TestSuiteSetup |
75 | 75 | |
76 | 76 | ${now}= Get Current Date |
77 | 77 | ${delta}= Subtract Date From Date ${now} ${TENDER['LAST_MODIFICATION_DATE']} |
78 | - ${wait_timout}= Subtract Time From Time ${BROKERS['${USERS.users['${username}'].broker}'].timout_on_wait} ${delta} | |
79 | - Run Keyword If ${wait_timout}>0 Sleep ${wait_timout} | |
78 | + ${wait_timeout}= Subtract Time From Time ${BROKERS['${USERS.users['${username}'].broker}'].timeout_on_wait} ${delta} | |
79 | + Run Keyword If ${wait_timeout}>0 Sleep ${wait_timeout} | |
80 | 80 | |
81 | 81 | Звірити поле тендера |
82 | 82 | [Arguments] ${username} ${field} |
... | ... | @@ -162,8 +162,8 @@ switchsate |
162 | 162 | |
163 | 163 | Дочекатись дати |
164 | 164 | [Arguments] ${date} |
165 | - ${wait_timout}= wait_to_date ${date} | |
166 | - Run Keyword If ${wait_timout}>0 Sleep ${wait_timout} | |
165 | + ${wait_timeout}= wait_to_date ${date} | |
166 | + Run Keyword If ${wait_timeout}>0 Sleep ${wait_timeout} | |
167 | 167 | |
168 | 168 | Дочекатись дати початоку прийому пропозицій |
169 | 169 | Дочекатись дати ${TENDER_DATA.data.tenderPeriod.startDate} | ... | ... |
Please
register
or
login
to post a comment