diff --git a/app/assets/stylesheets/mobile/mobile.css.scss b/app/assets/stylesheets/mobile/mobile.css.scss index 6484e16e6..c536cd28e 100644 --- a/app/assets/stylesheets/mobile/mobile.css.scss +++ b/app/assets/stylesheets/mobile/mobile.css.scss @@ -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; } diff --git a/features/support/user_cuke_helpers.rb b/features/support/user_cuke_helpers.rb index 497dcf87a..0113dd076 100644 --- a/features/support/user_cuke_helpers.rb +++ b/features/support/user_cuke_helpers.rb @@ -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