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