You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added id props to some components related to user skills and updated the test cases for user management features. The id props help to identify and interact with the skill elements in the test cases. The test cases cover the linking and unlinking of skills for users and doctors and the verification of the skills in the user profile and doctor connect. The files affected are cypress/e2e/users_spec/user_manage.cy.ts, src/Components/Common/SkillSelect.tsx, src/Components/Form/AutoCompleteAsync.tsx, src/Components/Users/SkillsSlideOver.tsx, cypress/pageobject/Users/ManageUserPage.ts, src/Components/Users/SkillsSlideOverComponents.tsx, and src/Components/Users/UserProfile.tsx.
@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 🙌.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WHAT
🤖 Generated by Copilot at 0a8ad05
Added
id
props to some components related to user skills and updated the test cases for user management features. Theid
props help to identify and interact with the skill elements in the test cases. The test cases cover the linking and unlinking of skills for users and doctors and the verification of the skills in the user profile and doctor connect. The files affected arecypress/e2e/users_spec/user_manage.cy.ts
,src/Components/Common/SkillSelect.tsx
,src/Components/Form/AutoCompleteAsync.tsx
,src/Components/Users/SkillsSlideOver.tsx
,cypress/pageobject/Users/ManageUserPage.ts
,src/Components/Users/SkillsSlideOverComponents.tsx
, andsrc/Components/Users/UserProfile.tsx
.Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at 0a8ad05
id
prop toSkillSelect
andAutoCompleteAsync
components to enable locating them in test cases (link, link, link, link, link, link)id
prop toSkillSelect
andbutton
elements inSkillsSlideOver
component to allow selecting and adding skills for a user (link, link)id
prop todiv
element inSkillsSlideOver
component to display the list of skills added to a user (link)id
prop tobutton
element inSkillsArray
component to enable removing skills from a user (link)id
prop todiv
element inUserProfile
component to show the skills linked to a user profile (link)user_manage.cy.ts
file to use different users for testing linking and unlinking of skills and setting of working hours (link)user_manage.cy.ts
file to verify linking of skills for a user and its reflection in user profile and doctor connect feature (link)ManageUserPage
class inManageUserPage.ts
file to interact with elements related to linking and unlinking of skills (link)