Skip to content

Commit 961ce7d

Browse files
committed
Remove unused methods in spec
Jira-Issue: MAV-2733
1 parent f769de2 commit 961ce7d

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

spec/features/import_vaccination_records_bulk_spec.rb

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ def given_a_patient_already_exists
8282
create(:vaccination_record, patient: @existing_patient, team: @team)
8383
end
8484

85-
def and_school_locations_exist
86-
create(:school, urn: "110158")
87-
create(:school, urn: "120026")
88-
create(:school, urn: "144012")
89-
end
90-
9185
def and_sending_to_nhs_immunisations_api_is_enabled
9286
Flipper.enable(:imms_api_integration)
9387
Flipper.enable(:imms_api_sync_job, Programme.flu)
@@ -111,16 +105,6 @@ def when_i_click_on_the_upload_link
111105
click_on "Upload records"
112106
end
113107

114-
def when_i_click_on_the_imports_tab
115-
click_on "Imports"
116-
end
117-
118-
def and_i_choose_to_import_child_records
119-
click_on "Upload records"
120-
choose "Vaccination records"
121-
click_on "Continue"
122-
end
123-
124108
def then_i_should_see_the_upload_page
125109
expect(page).to have_content("Upload vaccination records")
126110
end

0 commit comments

Comments
 (0)