File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments