that there are no hard-coded magic numbers.
Prefer using named constants.
- do not allow unreachable code
- check each HTML element that shows any unique application data,
like prices, values, names, address, etc to have a `data-testid`
attribute to be used in end-to-end tests. If the attribute is missing,
add a `data-testid` attribute with a meaningful value.
Also add `data-testid` attributes to the top level forms, pages,
large components.