-
Notifications
You must be signed in to change notification settings - Fork 370
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
fix: [M3-7508] - Follow up on tests to check Parent and Child 'Close Account' flows #10316
Conversation
Coverage Report: ✅ |
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.
Thanks for addressing the feedback. Test cases and comment look accurate now. Based on comments in the last PR, the suggestion may have been to use CM's constants from src to avoid duplicating the tooltip text, but if there's a reason to avoid that or it can't be done, this seems fine too.
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.
account-cancellation.spec.ts
passes ✅
I agree re: the use of src/features/Account/constants.ts
if possible for the constants (and also renaming the ones in this PR to match the usual casing convention for constants, e.g. PARENT_USER_CLOSE_ACCOUNT_TOOLTIP_TEXT
)
…Account' flows (linode#10316) * M3-7508 Fixed previous PR comments * Added changeset: Add tests to check Parent and Child Close Account flows * Added original PR link * Fix constants
Description 📝
Fix the PR comments in previous PR Add tests to check Parent and Child Close Account flows.