-
Notifications
You must be signed in to change notification settings - Fork 19
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
Konstantin/appeals 64667 #23588
base: feature/APREQ-97
Are you sure you want to change the base?
Konstantin/appeals 64667 #23588
Conversation
spec/feature/events/decision_review_completed/scenario_hlr_nonrating_closed_spec.rb
Outdated
Show resolved
Hide resolved
expect(completed_request_issue.closed_status).to eq("closed") | ||
expect(completed_request_issue.contested_issue_description).to eq(nil) | ||
expect(completed_request_issue.contention_reference_id).to eq(7_905_752) | ||
# expect(completed_request_issue.contested_rating_decision_reference_id).to eq(nil) |
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.
Address this comment if we need it or remove it
expect(completed_request_issue.contested_rating_issue_reference_id).to eq(nil) | ||
expect(completed_request_issue.vacols_id).to eq(nil) | ||
expect(completed_request_issue.vacols_sequence_id).to eq(nil) | ||
# decision_issue = DecisionIssue.joins(:request_issues).find_by(request_issues: { reference_id: "1234" }) |
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.
Address this comment before merging
expect(epe.code).to eq("030HLRR") | ||
expect(epe.development_item_reference_id).to eq(nil) | ||
review = epe.source | ||
expect(review.auto_remand).to eq(nil) |
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.
Not sure if this is added to claim review models yet
Resolves APPEALS-64667
Description
Create a new RSpec feature test file for the Decision Review Completed endpoint.
Acceptance Criteria
Testing Plan
Frontend
User Facing Changes
Storybook Story
For Frontend (Presentation) Components
MyComponent.stories.js
alongsideMyComponent.jsx
)Backend
Database Changes
Only for Schema Changes
created_at
,updated_at
) for new tablesCaseflow::Migration
, especially when adding indexes (useadd_safe_index
) (see Writing DB migrations)migrate:rollback
works as desired (change
supported functions)make check-fks
; add any missing foreign keys or add toconfig/initializers/immigrant.rb
(see Record associations and Foreign Keys)belongs_to
for associations to enable the schema diagrams to be automatically updatedIntegrations: Adding endpoints for external APIs
Best practices
Code Documentation Updates
Tests
Test Coverage
Did you include any test coverage for your code? Check below:
Code Climate
Your code does not add any new code climate offenses? If so why?
Monitoring, Logging, Auditing, Error, and Exception Handling Checklist
Monitoring
Logging
Auditing
Error Handling
Exception Handling