Skip to content

Commit

Permalink
Merge pull request #1164 from DFE-Digital/Update-smoke-spec-expectation
Browse files Browse the repository at this point in the history
Correct expectation in smoke test
  • Loading branch information
richardpattinson authored Jan 14, 2025
2 parents beeabdf + 848c451 commit bd3880c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/smoke_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def then_i_see_the_date_of_birth_page
end

def then_i_see_the_email_page
expect(page).to have_content("Your email address")
expect(page).to have_content("What is your email address?")
end

def then_i_see_the_have_ni_page
Expand Down

0 comments on commit bd3880c

Please sign in to comment.