chaynHQ / bloom-frontend

Code for the for the frontend of the Bloom service.
https://bloom.chayn.co/
MIT License
28 stars 44 forks source link

Expand Cypress test for creating an access code #592

Open eleanorreem opened 1 year ago

eleanorreem commented 1 year ago

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

Resources/Instructions

SureshPradhana commented 3 weeks ago

I'd like to work on this.

github-actions[bot] commented 2 weeks ago

Thank you @SureshPradhana you have been assigned this issue! Please follow the directions in our Contributing Guide. We look forward to reviewing your pull request shortly ✨


Support Chayn's mission? ⭐ Please star this repo to help us find more contributors like you! Learn more about Chayn here and explore our projects. 🌸

SureshPradhana commented 3 days ago

image I was trying to create partner accounts to run Cypress tests. I have seeded the database and made the public user a super admin, but the "Select Partner" dropdown does not show any options. I checked the partner database, and there is data present.