|
10 | 10 | and_sync_vaccination_records_to_nhs_on_create_feature_is_enabled |
11 | 11 |
|
12 | 12 | when_i_go_to_the_nasal_only_patient |
13 | | - then_i_see_the_vacciantion_form_for_nasal_spray |
| 13 | + then_i_see_the_vaccination_form_for_nasal_spray |
14 | 14 |
|
15 | 15 | when_i_record_that_the_patient_has_been_vaccinated_with_nasal_spray |
16 | 16 | then_i_see_the_check_and_confirm_page_for_nasal_spray |
|
28 | 28 | and_there_are_nasal_and_injection_batches |
29 | 29 |
|
30 | 30 | when_i_go_to_the_injection_only_patient |
31 | | - then_i_see_the_vacciantion_form_for_injection |
| 31 | + then_i_see_the_vaccination_form_for_injection |
32 | 32 |
|
33 | 33 | when_i_record_that_the_patient_has_been_vaccinated_with_injection |
34 | 34 | then_i_see_the_check_and_confirm_page_for_injection |
|
45 | 45 | and_there_are_nasal_and_injection_batches |
46 | 46 |
|
47 | 47 | when_i_go_to_the_nasal_only_patient |
48 | | - then_i_see_the_vacciantion_form_for_nasal_spray |
| 48 | + then_i_see_the_vaccination_form_for_nasal_spray |
49 | 49 |
|
50 | 50 | when_i_record_that_the_patient_has_been_vaccinated_with_nasal_spray |
51 | 51 | then_i_see_the_check_and_confirm_page_for_nasal_spray |
@@ -124,14 +124,14 @@ def when_i_go_to_the_injection_only_patient |
124 | 124 | click_link @patient.full_name |
125 | 125 | end |
126 | 126 |
|
127 | | - def then_i_see_the_vacciantion_form_for_nasal_spray |
| 127 | + def then_i_see_the_vaccination_form_for_nasal_spray |
128 | 128 | expect(page).to have_content("Record flu vaccination with nasal spray") |
129 | 129 | expect(page).to have_content( |
130 | 130 | "Is #{@patient.given_name} ready for their flu nasal spray?" |
131 | 131 | ) |
132 | 132 | end |
133 | 133 |
|
134 | | - def then_i_see_the_vacciantion_form_for_injection |
| 134 | + def then_i_see_the_vaccination_form_for_injection |
135 | 135 | expect(page).to have_content("Record flu vaccination with injection") |
136 | 136 | expect(page).to have_content( |
137 | 137 | "Is #{@patient.given_name} ready for their flu injection?" |
|
0 commit comments