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:
authorIlyaaaaaaaaaaaaa Zhitomirskiy <ilya@joindiaspora.com>2011-07-02 00:13:59 +0400
committerIlyaaaaaaaaaaaaa Zhitomirskiy <ilya@joindiaspora.com>2011-07-06 02:03:26 +0400
commit77d28b411706a8590accf8a4b33cfe5c422117d6 (patch)
treecb3327befad67b515d16403f7ede5ad733b6122a /features
parent956a86b4011614955b92b7654880b7aee1e5e75b (diff)
wip following tags
Diffstat (limited to 'features')
-rw-r--r--features/follows_tags.feature12
1 files changed, 3 insertions, 9 deletions
diff --git a/features/follows_tags.feature b/features/follows_tags.feature
index 07e7ae9b3..9e95fa482 100644
--- a/features/follows_tags.feature
+++ b/features/follows_tags.feature
@@ -8,18 +8,12 @@ Feature: posting
Given a user with username "bob"
And a user with username "alice"
When I sign in as "bob@bob.bob"
- And I have an aspect called "PostTo"
- And I have an aspect called "DidntPostTo"
- And I have user with username "alice" in an aspect called "PostTo"
- And I have user with username "alice" in an aspect called "DidntPostTo"
-
And I am on the home page
Scenario: see a tag that I am following
- Given I am on the home page
- And I expand the publisher
- And I fill in "status_message_fake_text" with "I am #bob"
+ Given I expand the publisher
+ And I fill in "status_message_fake_text" with "I am ALICE"
And I press the first ".public_icon" within "#publisher"
And I press "Share"
And I go to the destroy user session page
@@ -28,7 +22,7 @@ Feature: posting
And I search for "#alice"
And I press "Follow #alice"
And I go to the home page
- And I press on "#alice"
+ And I press "#alice"
Then I should see "I am #alice"