Ki/APPEALS-42573 - Correspondence and Appeal Tasks: Add tasks to linked appeals: Add task modal #23217
Annotations
10 errors and 4 warnings
RSpec via knapsack_pro Queue Mode:
spec/controllers/decision_reviews_controller_spec.rb#L505
DecisionReviewsController Acquiring decision review tasks via #index in_progress_tasks page 1 displays first 15 tasks
Failure/Error: expect(response_body["total_task_count"]).to eq 94
expected: 94
got: 84
(compared using ==)
|
RSpec via knapsack_pro Queue Mode:
spec/controllers/decision_reviews_controller_spec.rb#L522
DecisionReviewsController Acquiring decision review tasks via #index in_progress_tasks page 7 displays last 4 tasks
Failure/Error: expect(response_body["total_task_count"]).to eq 94
expected: 94
got: 84
(compared using ==)
|
RSpec via knapsack_pro Queue Mode:
spec/controllers/decision_reviews_controller_spec.rb#L553
DecisionReviewsController Acquiring decision review tasks via #index completed_tasks page 1 displays first 15 tasks
Failure/Error: expect(response_body["total_task_count"]).to eq 50
expected: 50
got: 40
(compared using ==)
|
RSpec via knapsack_pro Queue Mode:
spec/controllers/decision_reviews_controller_spec.rb#L570
DecisionReviewsController Acquiring decision review tasks via #index completed_tasks page 4 displays last 5 tasks
Failure/Error: expect(response_body["total_task_count"]).to eq 50
expected: 50
got: 40
(compared using ==)
|
RSpec via knapsack_pro Queue Mode:
spec/controllers/decision_reviews_controller_spec.rb#L668
DecisionReviewsController Acquiring decision review tasks via #index vha org with incomplete tasks in_progress_tasks page 1 displays first 15 tasks
Failure/Error: expect(response_body["total_task_count"]).to eq 74
expected: 74
got: 64
(compared using ==)
|
RSpec via knapsack_pro Queue Mode:
spec/controllers/decision_reviews_controller_spec.rb#L958
DecisionReviewsController#history task is in VHA and user is an admin should return remand task details
Failure/Error:
expect(res).to include(
a_hash_including("attributes" => a_hash_including(expected_attributes))
)
expected [] to include (a hash including {"attributes" => (a hash including {"taskID" => 5197, "eventType" => "added_issue", "claimType" => "Remand"})})
Diff:
@@ -1,2 +1,2 @@
-[(a hash including {"attributes" => (a hash including {"taskID" => 5197, "eventType" => "added_issue", "claimType" => "Remand"})})]
+[]
|
RSpec via knapsack_pro Queue Mode:
spec/controllers/decision_reviews_controller_spec.rb#L977
DecisionReviewsController#history task is in VHA and user is an admin should return remand task details
Failure/Error:
expect(res).to include(
a_hash_including("attributes" => a_hash_including(expected_attributes))
)
expected [] to include (a hash including {"attributes" => (a hash including {"taskID" => 5199, "eventType" => "added_issue", "claimType" => "Remand"})})
Diff:
@@ -1,2 +1,2 @@
-[(a hash including {"attributes" => (a hash including {"taskID" => 5199, "eventType" => "added_issue", "claimType" => "Remand"})})]
+[]
|
RSpec via knapsack_pro Queue Mode:
spec/feature/non_comp/reviews_spec.rb#L199
NonComp Reviews Queue with an existing organization displays tasks page with decision_review_queue_ssn_column feature toggle disabled
Failure/Error: expect(page).to have_content("In Progress Tasks (4)")
expected to find text "In Progress Tasks (4)" in "CaseflowVeterans Health Administration\n | Switch product\nBVATWARNER (VACO)\nVeterans Health Administration\nReviews needing action\nReview each issue and select a disposition\n+ Intake new form\nDownload completed tasks\nIncomplete Tasks (2)Pending Tasks (1)In Progress Tasks (3)Completed Tasks\nViewing 1-3 of 3 total\nClaimant\nVeteran Participant Id\nIssues\nIssue Type\nDays Waiting\n\nType\nBbb Smithhegmann 601111772 1 Camp Lejune Family Member 0 days Higher-Level Review\nCcc Smithkilback 1002345 1 Camp Lejune Family Member 0 days Board Grant\nAaa Smithheathcote 12345 2\nCaregiver | Other\nCHAMPVA\n6 days Higher-Level Review\nViewing 1-3 of 3 total\nSend feedback"
|
RSpec via knapsack_pro Queue Mode:
spec/feature/non_comp/reviews_spec.rb#L308
NonComp Reviews Queue with an existing organization ordering reviews with participate id visible
Failure/Error: expect(table_rows.first.include?(" Beneficiary Travel ")).to eq true
expected: true
got: false
(compared using ==)
Diff:
@@ -1,2 +1,2 @@
-true
+false
|
RSpec via knapsack_pro Queue Mode:
spec/feature/non_comp/reviews_spec.rb#L531
NonComp Reviews Queue with an existing organization filtering reviews by appeal type
Failure/Error: expect(page).to have_content("Remand")
expected to find text "Remand" in "CaseflowVeterans Health Administration\n | Switch product\nBVATWARNER (VACO)\nVeterans Health Administration\nReviews needing action\nReview each issue and select a disposition\n+ Intake new form\nDownload completed tasks\nIncomplete Tasks (2)Pending Tasks (1)In Progress Tasks (3)Completed Tasks\nViewing 1-3 of 3 total\nClaimant\nVeteran Participant Id\nIssues\nIssue Type\nDays Waiting\n\nType\nBbb Smithschumm 601111772 1 Camp Lejune Family Member 0 days Higher-Level Review\nCcc Smithyundt 1002345 1 Camp Lejune Family Member 0 days Board Grant\nAaa Smithcarroll 12345 2\nCaregiver | Other\nCHAMPVA\n6 days Higher-Level Review\nViewing 1-3 of 3 total\nSend feedback"
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
RSpec via knapsack_pro Queue Mode:
spec/feature/hearings/daily_docket/ro_viewhearsched_spec.rb#L8
Hearing Schedule Daily Docket for RO ViewHearSched User cannot view docket notes
Skipped: Flaky test
|
Post Run actions/checkout@v3
The process '/usr/bin/git' failed with exit code 128
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "artifact".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading