Browse Source

Fix spec for merge

pull/110/head
baarkerlounger 4 years ago
parent
commit
bf5c5a8b76
  1. 2
      spec/features/user_spec.rb

2
spec/features/user_spec.rb

@ -61,7 +61,7 @@ RSpec.describe "User Features" do
context "Your Account " do
before(:each) do
visit("/case_logs")
fill_in("user_email", with: "test@example.com")
fill_in("user_email", with: user.email)
fill_in("user_password", with: "pAssword1")
click_button("Sign in")
end

Loading…
Cancel
Save