From df7ba58eec988ad565070397b8b070f3e59177ef Mon Sep 17 00:00:00 2001 From: JG Date: Thu, 30 Jun 2022 11:55:05 +0100 Subject: [PATCH] next step in feature --- spec/features/schemes_spec.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spec/features/schemes_spec.rb b/spec/features/schemes_spec.rb index 2397d1611..2141f59f9 100644 --- a/spec/features/schemes_spec.rb +++ b/spec/features/schemes_spec.rb @@ -375,6 +375,10 @@ RSpec.describe "Schemes scheme Features" do click_button "Save and continue" end + it "lets me add location" do + expect(page).to have_content "Add a location to this scheme" + end + context "when I add location to the scheme" do before do fill_in "Postcode", with: "SW1P 4DF"