diff --git a/spec/features/comment_to_authority_spec.rb b/spec/features/comment_to_authority_spec.rb index 90c170d1d..b23a9a701 100644 --- a/spec/features/comment_to_authority_spec.rb +++ b/spec/features/comment_to_authority_spec.rb @@ -167,7 +167,7 @@ end it "suggests you share it on facebook" do - expect(page).to have_content("Share your comment on Facebook") + expect(page).to have_content("Share on Facebook") end end end