Skip to content

Commit

Permalink
Fix up test to match wording change on share button
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed May 17, 2024
1 parent 14f505d commit b49c378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/features/comment_to_authority_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b49c378

Please sign in to comment.