Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-07-04 19:39:07 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-04 19:39:07 +0400
commit04f8abcf13f22e7d2a65fa441eb5e3146757f9a6 (patch)
treeb1b73a6491f57a0dab8def29873529f4f36dd6a7 /features
parenta715630471172bd129b9a8f50948efb9be573403 (diff)
Check for all aspects in selected_contacts link switch, take out a couple extra steps
Diffstat (limited to 'features')
-rw-r--r--features/connects_users.feature2
-rw-r--r--features/step_definitions/session_steps.rb2
2 files changed, 0 insertions, 4 deletions
diff --git a/features/connects_users.feature b/features/connects_users.feature
index 548832dd6..89d421562 100644
--- a/features/connects_users.feature
+++ b/features/connects_users.feature
@@ -79,12 +79,10 @@ Feature: sending and receiving requests
And I wait for the ajax to finish
When I go to the home page
- When I follow "Your Aspects"
Then I should have 1 contact in "Super People"
Then I go to the destroy user session page
When I sign in as "bob@bob.bob"
- When I follow "Your Aspects"
Then I should have 1 contact in "Besties"
Scenario: should not see "Add to aspect" and see mention if already a follower
diff --git a/features/step_definitions/session_steps.rb b/features/step_definitions/session_steps.rb
index 11a369746..043d53130 100644
--- a/features/step_definitions/session_steps.rb
+++ b/features/step_definitions/session_steps.rb
@@ -16,8 +16,6 @@ end
When /^I try to sign in$/ do
@me ||= Factory(:user_with_aspect, :getting_started => false)
- #page.driver.post(integration_sessions_path(:user_id => @me.id))
-
page.driver.visit(new_integration_sessions_path(:user_id => @me.id))
And %(I press "Login")
# To save time as compared to: