fix registration test
This commit is contained in:
parent
438ebc839f
commit
86e71cd1b6
2 changed files with 1 additions and 5 deletions
|
|
@ -800,10 +800,6 @@ textarea#conversation_text {
|
||||||
text-shadow: 1px 1px 5px #666;
|
text-shadow: 1px 1px 5px #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.registrations {
|
|
||||||
margin: -45px;
|
|
||||||
}
|
|
||||||
|
|
||||||
form#new_user.new_user input.btn {
|
form#new_user.new_user input.btn {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@ module UserCukeHelpers
|
||||||
page.should have_content("What are you into?")
|
page.should have_content("What are you into?")
|
||||||
|
|
||||||
# the username that was just entered for registration
|
# the username that was just entered for registration
|
||||||
page.should have_content(@username)
|
page.should have_field("profile_first_name", with: @username)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue