We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4394ee4 commit 3e573acCopy full SHA for 3e573ac
spec/features/web_intake/routing_spec.rb
@@ -92,6 +92,13 @@ def fill_out_notification_preferences(fill_out_optional_consent: true)
92
expect(page).to have_text I18n.t('views.questions.environment_warning.title')
93
click_on I18n.t('general.continue_example')
94
95
+ page_change_block do
96
+ screenshot_after do
97
+ expect(page).to have_text(I18n.t("views.questions.qualifications.title"))
98
+ end
99
+ click_on I18n.t("views.questions.qualifications.button_1")
100
101
+
102
fill_out_personal_information(zip_code: zip_code)
103
104
expect(Intake.last.source).to eq "cobra"
0 commit comments