fix registration test

This commit is contained in:
flaburgan 2014-04-06 14:47:47 +02:00
parent 438ebc839f
commit 86e71cd1b6
2 changed files with 1 additions and 5 deletions

View file

@ -800,10 +800,6 @@ textarea#conversation_text {
text-shadow: 1px 1px 5px #666;
}
.registrations {
margin: -45px;
}
form#new_user.new_user input.btn {
white-space: normal;
}

View file

@ -110,7 +110,7 @@ module UserCukeHelpers
page.should have_content("What are you into?")
# the username that was just entered for registration
page.should have_content(@username)
page.should have_field("profile_first_name", with: @username)
end
end