diff --git a/spec/system/smoke_spec.rb b/spec/system/smoke_spec.rb index f78a557fb..5d583394c 100644 --- a/spec/system/smoke_spec.rb +++ b/spec/system/smoke_spec.rb @@ -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