From 1b90bca1656f1bd37878255d83239c997acb96ca Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Thu, 14 Dec 2023 04:47:21 +0000 Subject: [PATCH] Use consistent email address for commenter --- spec/features/comment_to_authority_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/comment_to_authority_spec.rb b/spec/features/comment_to_authority_spec.rb index 7dca6e2c1..8560d724a 100644 --- a/spec/features/comment_to_authority_spec.rb +++ b/spec/features/comment_to_authority_spec.rb @@ -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: "foo@bar.com") visit(application_path(application)) end