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:
Diffstat (limited to 'features/desktop/mentions.feature')
-rw-r--r--features/desktop/mentions.feature6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/desktop/mentions.feature b/features/desktop/mentions.feature
index d68358b58..8cba48e96 100644
--- a/features/desktop/mentions.feature
+++ b/features/desktop/mentions.feature
@@ -42,7 +42,7 @@ Feature: Mentions
Then I should see "Bob Jones" within ".tt-suggestion"
When I click on the first user in the mentions dropdown list
When I press the "A" key in the publisher
- And I append "@Bob" to the publisher
+ And I type "@Bob" into the publisher
Then I should not see the mentions dropdown list
When I press "Share"
Then I should see "Bob Jones" within ".stream-element"
@@ -80,8 +80,8 @@ Feature: Mentions
And I enter "@Bob" in the comment field
Then I should see "Bob Jones" within ".tt-suggestion"
When I click on the first user in the mentions dropdown list
- And I press the "A" key in the publisher
- And I append "@Bob" to the publisher
+ And I enter " A " in the comment field
+ And I enter "@Bob" in the comment field
Then I should not see the mentions dropdown list
When I press "Comment"
Then I should see "Bob Jones" within ".comments .comment:last-child"