Skip to content

Commit

Permalink
Try setting a name for the user
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Nov 1, 2023
1 parent 97578db commit f9984f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/features/documentation_pages_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f9984f4

Please sign in to comment.