From f9984f465d25c39f9027c2c6a05f82d7831da858 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Wed, 1 Nov 2023 00:50:46 +0000 Subject: [PATCH] Try setting a name for the user --- spec/features/documentation_pages_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/features/documentation_pages_spec.rb b/spec/features/documentation_pages_spec.rb index 54650e7d2..a1add19b8 100644 --- a/spec/features/documentation_pages_spec.rb +++ b/spec/features/documentation_pages_spec.rb @@ -15,7 +15,8 @@ describe "in the new design" do before do - sign_in create(:confirmed_user, tailwind_theme: true) + # Give a name to the user so screenshots are consistent with percy + sign_in create(:confirmed_user, tailwind_theme: true, name: "Jane Ng") visit about_path end