Write json to the Body:
{
"header": "poll updated",
"description": "A description for the poll",
"creation_date": "2022-09-20T06:00:00Z",
"status": "draft",
"included_houses": [
3552
]
}
Actual result
Expected result
Creation date is edited "creation_date": "2022-09-20T06:00:00"
Incorrect completion date in Update cooperation poll.
Expected result: The completion date must be 15 days from the creation date.
"completion_date": "2022-10-25T06:00:00"
Environment: Postman for Web, Version 9.31.1-220906-1538, Chrome 105 / Windows 10 Reproducible: always
Preconditions Postman is opened. Poll with id "507" and status "Draft" is created.
Steps to reproduce
Actual result
Expected result Creation date is edited "creation_date": "2022-09-20T06:00:00"
User story and test case links User story #(https://home-project-engineering.atlassian.net/browse/HP-42)
Labels to be added "Bug", Priority ("pri: normal "), Severity ("severity: major"), Type (" "Functional"), "API" (for back-end bugs).