Commit cd5fdd3b4ef14e374b3e1f64eba9f79c3f87f466
1 parent
e5ed00c3
Add test "patch_tender_wrong_procuringEntity_kind"
Showing
3 changed files
with
13 additions
and
1 deletions
... | ... | @@ -1062,6 +1062,7 @@ def test_tender_data_pq(params, submissionMethodDetails, plan_data): |
1062 | 1062 | del data["minimalStep"] |
1063 | 1063 | del data["title_en"] |
1064 | 1064 | data['procurementMethodType'] = 'priceQuotation' |
1065 | + data["procuringEntity"]["kind"] = random.choice(['authority', 'defense', 'general', 'other', 'social', 'special']) | |
1065 | 1066 | data['profile'] = fake.valid_profile() |
1066 | 1067 | if params.get('wrong_profile'): |
1067 | 1068 | data['profile'] = fake.invalid_profile() | ... | ... |
... | ... | @@ -70,6 +70,16 @@ ${PLAN_TENDER} ${True} |
70 | 70 | Перевірити неможливість зміни поля tenderPeriod.endDate тендера на значення ${endDate} для користувача ${tender_owner} |
71 | 71 | |
72 | 72 | |
73 | +Неможливість змінити procuringEntity.kind на central | |
74 | + [Tags] ${USERS.users['${tender_owner}'].broker}: Оголошення тендера | |
75 | + ... tender_owner | |
76 | + ... ${USERS.users['${tender_owner}'].broker} | |
77 | + ... patch_tender_wrong_procuringEntity_kind level1 | |
78 | + ... critical | |
79 | + [Teardown] Оновити LAST_MODIFICATION_DATE | |
80 | + Перевірити неможливість зміни поля procuringEntity.kind тендера на значення central для користувача ${tender_owner} | |
81 | + | |
82 | + | |
73 | 83 | Можливість оголосити тендер |
74 | 84 | [Tags] ${USERS.users['${tender_owner}'].broker}: Оголошення тендера |
75 | 85 | ... tender_owner | ... | ... |
Please
register
or
login
to post a comment