Browse Source

added test to amend a location - part 2

pull/704/head
JG 3 years ago
parent
commit
b5cbb58f7b
  1. 2
      spec/features/schemes_spec.rb

2
spec/features/schemes_spec.rb

@ -469,6 +469,8 @@ RSpec.describe "Schemes scheme Features" do
end
it "displays changed location" do
expect(page).to have_content "Locations"
expect(page).to have_content "#{scheme.locations.count} location"
expect(page).to have_content "ZZ11ZZ"
end
end

Loading…
Cancel
Save