Skip to content

Commit

Permalink
Update path for failed spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Kizr committed Dec 17, 2024
1 parent 488a3ce commit f4225e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def then_i_see_the_upload_has_been_successful
expect(page).to have_h2("Sampling (1)")
expect(page).to have_claim_card({
"title" => "#{@current_claim.reference} - #{@current_claim.school.name}",
"url" => "/support/claims/#{@current_claim.id}",
"url" => "/support/claims/sampling/#{@current_claim.id}",
"status" => "Sampling in progress",
"academic_year" => @current_claim.academic_year.name,
"provider_name" => @current_claim.provider.name,
Expand Down

0 comments on commit f4225e7

Please sign in to comment.