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

Test pages/organizations/OrganizationCard.jsx

Open sknep opened this issue 11 months ago • 0 comments

Add a test to pages/organizations/OrganizationCard.jsx using the RTL framework. See our docs for writing frontend tests.

Acceptance Criteria

  • [ ] Colocate test file to pages/organizations/OrganizationCard.test.jsx
  • [ ] Test the component renders with the proper organization and role
  • [ ] Test that the sandbox notification shows up for orgs that are in a sandbox, using daysuntil
  • [ ] Link should show up if the org is active AND `role.name === 'manager'; test that the link uses the correct org id
  • [ ] Remove component defaultProps (if any) and add the to the component args

sknep avatar Dec 16 '24 20:12 sknep