From 43824c4b3355245917dbbd13f436467c3f16affe Mon Sep 17 00:00:00 2001 From: maxwell Date: Mon, 20 Dec 2010 18:45:23 -0800 Subject: [PATCH] pushing for dan --- features/manages_aspects.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/manages_aspects.feature b/features/manages_aspects.feature index 1e7e8d2d7..a96c15432 100644 --- a/features/manages_aspects.feature +++ b/features/manages_aspects.feature @@ -7,7 +7,8 @@ Feature: User manages aspects Scenario: creating an aspect Given I am signed in When I follow "Home" in the header - And I follow "add aspect" + And I follow "manage aspects" + And I click '+ Add a new aspect' And I fill in "Name" with "Dorm Mates" in the modal window And I press "Create" in the modal window Then I should see "Dorm Mates" in the header