test: add tests for integrate onboarding form#1143
test: add tests for integrate onboarding form#1143iamitprakash merged 1 commit intofeat/integrate-onboarding-formfrom
Conversation
WalkthroughThis PR introduces safer JSON parsing for step data retrieval by adding a Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review bro |
|
✅ Actions performedReview triggered.
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@tests/integration/components/new-stepper-test.js`:
- Around line 9-12: The forEach callbacks in this test file (notably in the
clearAllStepData function that iterates STEP_DATA_STORAGE_KEY and the other
forEach usages in the same file) use expression-bodied arrow callbacks which
implicitly return values and trigger Biome errors; change those callbacks to use
block bodies instead (e.g., replace single-expression arrow callbacks with
braces and a statement body so they do not return a value), updating
clearAllStepData and the other forEach occurrences to use block-bodied callbacks
that call localStorage.removeItem(...) within { }.
* feat: integrate create application API * feat: add tracking button for pending application * fix: update values for create application request * test: add tests for new stepper and track application (#1143)
Date: 31-01-26
Developer Name: @MayankBansal12
Issue Ticket Number:-
Description:
Is Under Feature Flag
Database changes
Breaking changes (If your feature is breaking/missing something please mention pending tickets)
Is Development Tested?
Tested in staging?
Add relevant Screenshot below ( e.g test coverage etc. )
tests