Open
Description
Overview
We have a test that checks whether a user is sent to the partner admin dashboard on load if they have partner admin authentication - see partner-admin.cy.tsx. However, we don't check whether they successfully can make an access code.
Action Items
- Ensure you have cypress tests running.
- Create branch and get the cypress tests running
- Add the next steps to the test:
- Create partner access code by clicking on the generate code button
- Ensure the success message appears after the code has been generated
- Run cypress tests to ensure your test passes
- Create a PR and tag @kyleecodes or @eleanorreem