Commit 315953e91464111c08efe0742c52d172ade25618
1 parent
5f6eaac1
exclude coordinate test/change tag unit code test/reduce plan amount number
Showing
3 changed files
with
3 additions
and
4 deletions
... | ... | @@ -286,14 +286,14 @@ def test_tender_data(params, |
286 | 286 | def test_tender_data_planning(params): |
287 | 287 | data = { |
288 | 288 | "budget": { |
289 | - "amountNet": round(random.uniform(3000, 999999999.99), 2), | |
289 | + "amountNet": round(random.uniform(3000, 999999.99), 2), | |
290 | 290 | "description": fake.description(), |
291 | 291 | "project": { |
292 | 292 | "id": str(fake.random_int(min=1, max=999)), |
293 | 293 | "name": fake.description(), |
294 | 294 | }, |
295 | 295 | "currency": "UAH", |
296 | - "amount": round(random.uniform(3000, 99999999999.99), 2), | |
296 | + "amount": round(random.uniform(3000, 99999999.99), 2), | |
297 | 297 | "id": str(fake.random_int(min=1, max=99999999999)) + "-" + str(fake.random_int(min=1, max=9)), |
298 | 298 | "breakdown": [], |
299 | 299 | "period": { | ... | ... |
... | ... | @@ -218,7 +218,7 @@ ${NUMBER_OF_BREAKDOWN} ${2} |
218 | 218 | [Tags] ${USERS.users['${viewer}'].broker}: Відображення основних даних плану |
219 | 219 | ... viewer |
220 | 220 | ... ${USERS.users['${viewer}'].broker} |
221 | - ... plan_view | |
221 | + ... plan_view_unit_code | |
222 | 222 | ... non-critical |
223 | 223 | Звірити відображення unit.code усіх предметів плану для користувача ${viewer} |
224 | 224 | ... | ... |
Please
register
or
login
to post a comment