File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 and_i_see_that_the_vaccinator_is_unknown
5858 and_i_see_that_the_location_is_unknown
5959 and_i_see_that_the_reporter_is_set
60+ and_i_see_that_there_are_no_vaccine_batch_details
6061 expect ( page ) . to have_content ( "LocationUnknown" )
6162 and_had_been_vaccinated_with_mmr
6263 and_the_dose_number_is_first
132133 and_i_see_that_the_vaccinator_is_unknown
133134 and_i_see_that_the_location_is_unknown
134135 and_i_see_that_the_reporter_is_set
136+ and_i_see_that_there_are_no_vaccine_batch_details
135137 and_had_been_vaccinated_with_mmrv
136138 and_the_dose_number_is_second
137139 and_the_consent_requests_are_sent
@@ -317,6 +319,12 @@ def and_i_see_that_the_reporter_is_set
317319 expect ( page ) . to have_content ( "Reported by#{ @nurse . full_name } " )
318320 end
319321
322+ def and_i_see_that_there_are_no_vaccine_batch_details
323+ expect ( page ) . not_to have_content ( "Batch number" )
324+ expect ( page ) . not_to have_content ( "Batch expiry date" )
325+ expect ( page ) . not_to have_content ( "Site" )
326+ end
327+
320328 def and_had_been_vaccinated_with_mmr
321329 vaccination_record = @patient . vaccination_records . last
322330 expect ( vaccination_record . programme_type ) . to eq ( "mmr" )
You can’t perform that action at this time.
0 commit comments