Skip to content

Commit 3e573ac

Browse files
committed
fix test
1 parent 4394ee4 commit 3e573ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spec/features/web_intake/routing_spec.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ def fill_out_notification_preferences(fill_out_optional_consent: true)
9292
expect(page).to have_text I18n.t('views.questions.environment_warning.title')
9393
click_on I18n.t('general.continue_example')
9494

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+
end
101+
95102
fill_out_personal_information(zip_code: zip_code)
96103

97104
expect(Intake.last.source).to eq "cobra"

0 commit comments

Comments
 (0)