pages-core icon indicating copy to clipboard operation
pages-core copied to clipboard

Refactor and test `pages/sites/new /TemplateSite.jsx`

Open apburnes opened this issue 11 months ago • 0 comments

Add a test to pages/sites/new /TemplateSite.jsx using the RTL framework. See our docs for writing frontend tests.

Acceptance Criteria

  • [ ] Refactor from a class component into a functional component
  • [ ] Colocate test file to pages/sites/new /TemplateSite.jsx
  • [ ] Test all of the actions
    • handleChooseActive
    • handleChange
    • handleSubmit
    • validateOrgSelect

apburnes avatar Dec 16 '24 20:12 apburnes