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:
authordanielvincent <danielgrippi@gmail.com>2011-01-08 03:44:27 +0300
committerdanielvincent <danielgrippi@gmail.com>2011-01-09 00:11:54 +0300
commitc74dc120df63f463b77512f1c09265a7d6903664 (patch)
tree7d4e63e7aac32acad6f33a62e67deae48e798fe6 /features/manages_aspects.feature
parent98bcad5c592847b94278555bb9fb87e5de218cf6 (diff)
fixed all cucumber tests
Diffstat (limited to 'features/manages_aspects.feature')
-rw-r--r--features/manages_aspects.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/manages_aspects.feature b/features/manages_aspects.feature
index b81d19e1f..5715a77a5 100644
--- a/features/manages_aspects.feature
+++ b/features/manages_aspects.feature
@@ -7,7 +7,7 @@ Feature: User manages aspects
Scenario: creating an aspect
Given I am signed in
When I follow "Home" in the header
- And I follow "manage aspects"
+ And I follow "Manage aspects"
And I follow "+ Add a new aspect"
And I fill in "Name" with "Dorm Mates" in the modal window
And I press "Create" in the modal window