Skip to content

Commit 7bf9005

Browse files
committed
Fix spec regression
1 parent 0abb91d commit 7bf9005

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

spec/features/td_ipv_already_had_spec.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,9 @@
4545
then_i_see_the_date_page
4646

4747
when_i_fill_in_the_date_and_continue
48-
then_i_see_the_location_page
4948

50-
when_i_fill_in_the_location_and_continue
5149
and_i_confirm_the_details
5250
then_i_see_the_patient_is_already_vaccinated
53-
and_i_see_that_the_location_is_waterloo_hospital
5451
and_the_consent_requests_are_sent
5552
then_the_parent_doesnt_receive_a_consent_request
5653
end
@@ -227,10 +224,6 @@ def and_i_see_that_the_location_is_unknown
227224
expect(page).to have_content("LocationUnknown")
228225
end
229226

230-
def and_i_see_that_the_location_is_waterloo_hospital
231-
expect(page).to have_content("LocationWaterloo Hospital")
232-
end
233-
234227
def and_i_cannot_record_the_patient_as_already_vaccinated
235228
expect(page).not_to have_content("Record as already vaccinated")
236229
end

0 commit comments

Comments
 (0)