Browse Source

test

pull/838/head
Ted-U 3 years ago
parent
commit
5f3dcb166d
  1. 4
      spec/features/organisation_spec.rb

4
spec/features/organisation_spec.rb

@ -59,8 +59,10 @@ RSpec.describe "User Features" do
it "shows schemes in the navigation bar" do it "shows schemes in the navigation bar" do
visit("/logs") visit("/logs")
expect(page).to have_link("Schemes", href: "/schemes") expect(page).to have_link("Schemes", href: "/schemes")
end end
end end
# test
context "when the user is support and the organisation does not hold housing stock" do context "when the user is support and the organisation does not hold housing stock" do
before do before do

Loading…
Cancel
Save