From 13faeebb82f41fc17515e6654fc64055b94b90cb Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Fri, 16 Jun 2023 09:42:22 +0100 Subject: [PATCH] refactor: lint --- spec/features/schemes_spec.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec/features/schemes_spec.rb b/spec/features/schemes_spec.rb index b53bf0f15..f9559778b 100644 --- a/spec/features/schemes_spec.rb +++ b/spec/features/schemes_spec.rb @@ -153,6 +153,7 @@ RSpec.describe "Schemes scheme Features" do before do click_link(scheme.service_name) end + it "shows me details about the selected scheme" do expect(page).to have_content(schemes.first.id_to_display) expect(page).to have_content(schemes.first.service_name) @@ -715,6 +716,7 @@ RSpec.describe "Schemes scheme Features" do before do click_link(scheme.service_name) end + it "shows me details about the selected scheme" do expect(page).to have_content(schemes.first.id_to_display) expect(page).to have_content(schemes.first.service_name) @@ -750,6 +752,7 @@ RSpec.describe "Schemes scheme Features" do expect(page).to have_content(schemes.first.intended_stay) end end + context "when I click to change scheme name" do before do click_link(scheme.service_name)