Showing
2 changed files
with
10 additions
and
10 deletions
1 | E-tender: | 1 | E-tender: |
2 | keywords_file: etender | 2 | keywords_file: etender |
3 | url: http://uat.e-tender.biz/ | 3 | url: http://uat.e-tender.biz/ |
4 | - timout_on_wait: 15 | 4 | + timeout_on_wait: 15 |
5 | period_interval: 2 | 5 | period_interval: 2 |
6 | Prom: | 6 | Prom: |
7 | keywords_file: prom | 7 | keywords_file: prom |
8 | url: http://dz.dz-test.net/ | 8 | url: http://dz.dz-test.net/ |
9 | - timout_on_wait: 15 | 9 | + timeout_on_wait: 15 |
10 | period_interval: 31 | 10 | period_interval: 31 |
11 | SmartTender: | 11 | SmartTender: |
12 | keywords_file: smarttender | 12 | keywords_file: smarttender |
13 | url: http://smarttender.biz/tenders | 13 | url: http://smarttender.biz/tenders |
14 | - timout_on_wait: 15 | 14 | + timeout_on_wait: 15 |
15 | period_interval: 2 | 15 | period_interval: 2 |
16 | Quinta: | 16 | Quinta: |
17 | keywords_file: openprocurement_client | 17 | keywords_file: openprocurement_client |
18 | - timout_on_wait: 0 | 18 | + timeout_on_wait: 0 |
19 | period_interval: 2 | 19 | period_interval: 2 |
20 | Publicbid: | 20 | Publicbid: |
21 | keywords_file: publicbid | 21 | keywords_file: publicbid |
22 | url: https://public-bid.com.ua/ | 22 | url: https://public-bid.com.ua/ |
23 | - timout_on_wait: 15 | 23 | + timeout_on_wait: 15 |
24 | period_interval: 2 | 24 | period_interval: 2 |
25 | Netcast: | 25 | Netcast: |
26 | keywords_file: netcast | 26 | keywords_file: netcast |
27 | url: http://dz2.byustudio.in.ua | 27 | url: http://dz2.byustudio.in.ua |
28 | - timout_on_wait: 15 | 28 | + timeout_on_wait: 15 |
@@ -75,8 +75,8 @@ TestSuiteSetup | @@ -75,8 +75,8 @@ TestSuiteSetup | ||
75 | 75 | ||
76 | ${now}= Get Current Date | 76 | ${now}= Get Current Date |
77 | ${delta}= Subtract Date From Date ${now} ${TENDER['LAST_MODIFICATION_DATE']} | 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 | [Arguments] ${username} ${field} | 82 | [Arguments] ${username} ${field} |
@@ -162,8 +162,8 @@ switchsate | @@ -162,8 +162,8 @@ switchsate | ||
162 | 162 | ||
163 | Дочекатись дати | 163 | Дочекатись дати |
164 | [Arguments] ${date} | 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 | Дочекатись дати ${TENDER_DATA.data.tenderPeriod.startDate} | 169 | Дочекатись дати ${TENDER_DATA.data.tenderPeriod.startDate} |
Please
register
or
login
to post a comment