Closed
Description
Unit and e2e tests need to be written for the AttributionDetailsStep component. Unit tests are done with Jest, and e2e tests are done with nightwatch.
Please remember to test the following things:
- That individual parts of the component are present when appropriate. (unit and e2e)
- That any computed props and methods work properly, if there are any. (unit)
- Any common interactions between the user and component, if there are any. (e2e)
- Any other functionality unique to the component being tested!