Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hassanmir92 committed Dec 3, 2024
1 parent a763104 commit 0b0aa55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@

it "renders the value" do
expect(row.at_css(".govuk-summary-list__value").text).to eq(
"None provided",
"Not provided",
)
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def and_i_see_the_reference_summary
).to eq("Yes")
expect(
assessor_verify_reference_request_page.responses.values[10].text,
).to eq("None provided")
).to eq("Not provided")
end

def and_i_cant_resend_the_email
Expand Down

0 comments on commit 0b0aa55

Please sign in to comment.