Div/appeals 54935 #23921
Annotations
8 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
Process completed with exit code 1.
|
Post Run actions/checkout@v3
The process '/usr/bin/git' failed with exit code 128
|
RSpec via knapsack_pro Queue Mode:
spec/feature/queue/correspondence/intake_form_persistence_spec.rb#L17
Persistence of the intake correspondence page step 1 creates a correspondence_intake record on page load
Skipped: Temporarily skipped with xit
|
capybara-artifacts
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
|
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