Skip to content

Commit

Permalink
Use consistent email address for commenter
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Dec 14, 2023
1 parent e96d357 commit 1b90bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/comment_to_authority_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

context "when on the new design" do
before do
sign_in create(:confirmed_user, tailwind_theme: true, name: "Jane Ng")
sign_in create(:confirmed_user, tailwind_theme: true, name: "Jane Ng", email: "[email protected]")
visit(application_path(application))
end

Expand Down

0 comments on commit 1b90bca

Please sign in to comment.