-
Notifications
You must be signed in to change notification settings - Fork 93
resolved test conflict #241
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
Conversation
@Rahulm2310 @mtreacy002 have a look please |
@shades-7 , all 3 tests are passing which is what we want. @jalajcodes and @Rahulm2310 , can we fix the warnings as a separate issues or you prefer to tackle it here? |
If @shades-7 is up for it, let's fix these here otherwise we can always create another issue. |
@mtreacy002 @jalajcodes @shades-7 I agree with Jalaj. It would be better to fix all the warnings here itself. |
I would love to solve this, but since I have no experience in testing, if you all can assist it will be great.🙂 |
Sure, that's why we are here. Now do you have an idea on how to tackle the first warning or do you need a hint? |
I will need hint @jalajcodes |
Pinging @jalajcodes @mtreacy002 again |
@shades-7 and @devkapilbansal , I'm still new with React so I might not be able to answer this correctly. I'm assuming that @jalajcodes suggesting to add new test to be written/adjusted to match the changes in the personal details page. @jalajcodes or @Rahulm2310 perhaps can confirm this 😉 |
@devkapilbansal and @shades-7, IMO we can approve and merge this PR as it is since the actual issue (failing tests) has been addressed. We can address the warnings issue on a separate PR because it is more important to make sure the next PR that comes after this will pass the tests. Let me know what you think. |
I agree with you @mtreacy002 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving this PR now. Will open a separate issue to tackle warnings 😉 . Thank you @shades-7 for your contribution to the project 🎉 🎉 🎉 .
Description
Resolved the conflict arising in testing due to changing Link tag with achor tag.
Fixes #239
Type of Change:
Code/Quality Assurance Only
How Has This Been Tested?
Checklist:
Code/Quality Assurance Only