Fix typo in login feature-test. (#12651)

th-downstream
Bèr Kessels 5 years ago committed by Eugen Rochko
parent df28debc53
commit 19ffe5f196

@ -1,7 +1,7 @@
require "rails_helper"
feature "Log in" do
given(:email) { "test@examle.com" }
given(:email) { "test@example.com" }
given(:password) { "password" }
given(:confirmed_at) { Time.zone.now }

Loading…
Cancel
Save