fixed user signup spec failure
This commit is contained in:
parent
f4afd9bcb1
commit
35a9597060
|
|
@ -117,9 +117,6 @@ describe "User pages" do
|
|||
fill_in "Last Name", with: "User"
|
||||
fill_in "Name", with: "Example User"
|
||||
fill_in "Email", with: "user@example.com"
|
||||
fill_in "City", with: "Austin"
|
||||
fill_in "State", with: "TX"
|
||||
fill_in "Country", with: "USA"
|
||||
fill_in "Password", with: "foobar"
|
||||
fill_in "Confirmation", with: "foobar"
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue