Descriptions:
The intention when the tests are first written is to make it generic and re-usable. This brings a lot of complexity. In one tests, many cases are tried to be handled.
Acceptance Criteria:
- Rewrite all the tests and make them test simple cases.
- Phrase tests according to what they are testing
- Don't over generalize
Descriptions:
The intention when the tests are first written is to make it generic and re-usable. This brings a lot of complexity. In one tests, many cases are tried to be handled.
Acceptance Criteria: