test(Tasks): add Reports Toggle tests#467
test(Tasks): add Reports Toggle tests#467adiprathapa wants to merge 1 commit intoCCExtractor:mainfrom
Conversation
Added tests for the Reports Toggle feature in the Tasks component. Ref CCExtractor#433
|
Thank you for opening this PR! Before a maintainer takes a look, it would be really helpful if you could walk through your changes using GitHub's review tools. Please take a moment to:
More information on how to conduct a self review: This helps make the review process smoother and gives us a clearer understanding of your thought process. Once you've added your self-review, we'll continue from our side. Thank you! |
adiprathapa
left a comment
There was a problem hiding this comment.
Tests are pretty straightforward. Each one verifies a different part of the toggle behavior. Mocked ReportsView to keep tests focused on the toggle.
Added tests for the Reports Toggle feature in the Tasks component that makes sure button text changes, ReportsView renders, and toggle behavior works.
Ref #433