Skip to content

Commit

Permalink
fix additional test
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Jun 19, 2024
1 parent 5056931 commit abde60f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ module Decidim::Comments
end

it "renders the extra actions" do
expect(subject).to have_css(".comment__actions button", text: "Poke comment")
expect(subject).to have_link("Poke comment", href: "/poke")
end

it "generates a cache hash with the action data" do
Expand Down

0 comments on commit abde60f

Please sign in to comment.