Remove tests for removed beta code
This commit is contained in:
parent
823316d7f7
commit
2b72fd0f35
3 changed files with 0 additions and 14 deletions
|
|
@ -43,10 +43,3 @@ Feature: editing your profile
|
|||
And I confirm the alert
|
||||
And I attach the file "spec/fixtures/button.png" to hidden "file" within "#file-upload"
|
||||
Then I should see a "img" within "#profile_photo_upload"
|
||||
|
||||
When I go to my new profile page
|
||||
# #commented out until we bring back the profile info on new profile
|
||||
# Then I should see "Gender: Fearless"
|
||||
And I should see "Boba Fett"
|
||||
# And I should see "Bio: This is a bio"
|
||||
# And I should see "Birthday: 1986-11-30"
|
||||
|
|
|
|||
|
|
@ -44,6 +44,3 @@ Feature: editing the profile in the mobile view
|
|||
And I confirm the alert
|
||||
And I attach the file "spec/fixtures/button.png" to hidden "file" within "#file-upload"
|
||||
Then I should see a "img" within "#profile_photo_upload"
|
||||
|
||||
When I go to my new profile page
|
||||
And I should see "Boba Fett"
|
||||
|
|
|
|||
|
|
@ -36,10 +36,6 @@ module NavigationHelpers
|
|||
person_photos_path p
|
||||
when /^my account settings page$/
|
||||
edit_user_path
|
||||
when /^my new profile page$/
|
||||
person_path(@me.person, :ex => true)
|
||||
when /^the new stream$/
|
||||
stream_path(:ex => true)
|
||||
when /^forgot password page$/
|
||||
new_user_password_path
|
||||
when /^"(\/.*)"/
|
||||
|
|
|
|||
Loading…
Reference in a new issue