test(CustomizeCTA): add responsive breakpoint test coverage#8086
Conversation
|
@Shikhartiwari967 is attempting to deploy a commit to the jhasourav07's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Hi! @Aamod007 Sir, I verified the CI failure locally by running npm run typecheck on the latest main branch. The reported TypeScript errors are in: app/generator/components/EditorPanel.type-compiler.test.tsx This PR only adds app/components/CustomizeCTA.responsive-breakpoints.test.tsx, and the new test passes locally. Please let me know if you'd like me to make any changes to this PR. |
|
Hi @Aamod007 sir , please review it. |
Aamod007
left a comment
There was a problem hiding this comment.
Great job adding the responsive breakpoint test coverage for the CustomizeCTA component. The assertions for flex layout and typography classes are comprehensive. However, this PR is blocked by a failing CI check. Please resolve the issues and rerun the CI pipeline.
|
Hi @Aamod007 sir, please review and merge it. |
📦 Next.js Bundle Size Report (Gzipped Sizes)
📊 Summary of Totals
|
|
🎉 Congratulations @Shikhartiwari967! Your PR has been successfully merged. 🚀 Thank you for contributing to CommitPulse. Your work helps us build a better tool for the community.
Keep building! 💻✨ |
Description
Fixes #6824
Added a new responsive breakpoint test suite for the
CustomizeCTAcomponent.The test suite verifies:
Pillar
Visual Preview
N/A (Test-only change)
Checklist before requesting a review:
CONTRIBUTING.mdfile.npm run lintlocally.README.mdif required.