From b0c899032fdbbb14fbbea43fac8d871c05cf5478 Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Wed, 4 Jan 2023 10:55:58 +0000 Subject: [PATCH] test: add "(with hint)" to managing org opts test descriptions --- .../form/lettings/questions/managing_organisation_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/models/form/lettings/questions/managing_organisation_spec.rb b/spec/models/form/lettings/questions/managing_organisation_spec.rb index 222249cb1..feaa673b9 100644 --- a/spec/models/form/lettings/questions/managing_organisation_spec.rb +++ b/spec/models/form/lettings/questions/managing_organisation_spec.rb @@ -69,7 +69,7 @@ RSpec.describe Form::Lettings::Questions::ManagingOrganisation, type: :model do } end - it "shows current managing agent at top, followed by user's org, followed by the managing agents of the user's org" do + it "shows current managing agent at top, followed by user's org (with hint), followed by the managing agents of the user's org" do expect(question.displayed_answer_options(log, user)).to eq(options) end end @@ -91,7 +91,7 @@ RSpec.describe Form::Lettings::Questions::ManagingOrganisation, type: :model do } end - it "shows current managing agent at top, followed by the current owning organisation, followed by the managing agents of the current owning organisation" do + it "shows current managing agent at top, followed by the current owning organisation (with hint), followed by the managing agents of the current owning organisation" do expect(question.displayed_answer_options(log, user)).to eq(options) end end