pages-core
pages-core copied to clipboard
Test pages/organizations/OrganizationCard.jsx
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