From b49c3782939293446363c4e7276631b1225b4a13 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Fri, 17 May 2024 00:16:06 +0000 Subject: [PATCH] Fix up test to match wording change on share button --- spec/features/comment_to_authority_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/features/comment_to_authority_spec.rb b/spec/features/comment_to_authority_spec.rb index 30d03cf01..be59481ab 100644 --- a/spec/features/comment_to_authority_spec.rb +++ b/spec/features/comment_to_authority_spec.rb @@ -189,8 +189,8 @@ expect(current_email.default_part_body.to_s).to include("I think this is a really good ideas") end - it "suggests you share it on facebook" do - expect(page).to have_content("Share on Facebook") + it "suggests you share your comment" do + expect(page).to have_content("Share your comment") end end end