Skip to content

Commit

Permalink
Merge pull request #2517 from DFE-Digital/AQTS-689-fix-smoke-tests
Browse files Browse the repository at this point in the history
AQTS 689 fix smoke test
  • Loading branch information
syed87 authored Nov 19, 2024
2 parents fc4881b + 40fbd13 commit acf99ed
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 @@ -55,7 +55,7 @@ def and_i_need_to_check_my_eligibility
# dev & test environments have this feature enabled currently but production does
# not. We can remove this conditional when the feature is released
if page.has_content?("Have you used the service before?")
choose "No, I need to check if I can apply", visible: false
choose "No, I need to check my eligibility", visible: false
click_button "Continue"
end
end
Expand Down

0 comments on commit acf99ed

Please sign in to comment.