Skip to content

Commit

Permalink
Ensure percy screenshots are consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed May 31, 2024
1 parent 3c5413a commit 815f531
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/features/comments_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@
end

describe "index page" do
let(:authority) { create(:authority, full_name: "Byron Shire Council") }
let(:application) { create(:geocoded_application, authority:) }

before do
create(:published_comment,
application:,
text: "I am a resident the suburb. I object to the development application. My main concerns are the potential impacts on local wildlife.",
name: "Andrew Citizen")
create(:published_comment,
application:,
text: "I disagree. I think this is a very thoughtful and considered development. It should go ahead",
name: "Another Citizen")
visit comments_path
Expand Down

0 comments on commit 815f531

Please sign in to comment.