-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Cypress Test | Facility Redirection to view user page | User Tab #6513
Conversation
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Passing run #1497 ↗︎
Details:
Review all test suite changes for PR #6513 ↗︎ |
👋 Hi, @nihal467, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
@nihal467 We truly appreciate your efforts. Thank you for taking the time to contribute; this is a very valuable contribution to us 🥇. We always welcome your contribution 🙂, so feel free to contribute to anything anytime, and never lose that spirit of innovation 🙌. |
WHAT
🤖 Generated by Copilot at c664790
This pull request improves and expands the end-to-end tests for user management features in the
care_fe
frontend application. It fixes a type error and a redundant test case inuser_crud.cy.ts
, adds and updates test cases inuser_homepage.cy.ts
anduser_creation.cy.ts
, and enhances the page object classes inUserSearch.ts
andFacilityCreation.ts
. It also adds an id attribute to theFacilityUsers.tsx
component to facilitate testing.Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at c664790
user_creation.cy.ts
that verifies the user redirection from the facility page to the user page (link)user_crud.cy.ts
file by adding quotes around the phone numbers (link)user_crud.cy.ts
file (link)user_homepage.cy.ts
file to "User Homepage" and add two constants for the phone numbers (link)user_homepage.cy.ts
file and verify the URL and the data displayed on the page (link)user_homepage.cy.ts
file and verify the URL and the current page number (link)FacilityPage
class in theFacilityCreation.ts
file that clicks on the view users option in the manage facility dropdown menu (link)UserPage
class in theUserSearch.ts
file that verifies the URL after applying the advance filter (link)UserPage
class in theUserSearch.ts
file that perform various actions and assertions related to the advance filter functionality (link)FacilityUsers.tsx
file (link)