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