Browse Source

test: update scheme test

pull/1034/head
natdeanlewissoftwire 4 years ago
parent
commit
3fc39e2a9d
  1. 5
      spec/features/schemes_spec.rb

5
spec/features/schemes_spec.rb

@ -514,11 +514,8 @@ RSpec.describe "Schemes scheme Features" do
it "displays information about the first created location" do it "displays information about the first created location" do
expect(page).to have_content "AA1 1AA" expect(page).to have_content "AA1 1AA"
click_link "AA1 1AA"
expect(page).to have_content "Some name" expect(page).to have_content "Some name"
expect(page).to have_content "5" expect(page).to have_content "Active"
expect(page).to have_content "Self-contained house"
expect(page).to have_content "2 February 2022"
end end
it "displays information about another location" do it "displays information about another location" do

Loading…
Cancel
Save