diff --git a/features/manages_aspects.feature b/features/manages_aspects.feature index 68989b4b1..f369f84d4 100644 --- a/features/manages_aspects.feature +++ b/features/manages_aspects.feature @@ -11,7 +11,7 @@ Feature: User manages contacts 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" within "#aspect_nav" - + Scenario: creating an aspect from homepage Given I am signed in When I follow "Add an aspect" diff --git a/features/notifications.feature b/features/notifications.feature index 6baee7729..6698e63a5 100644 --- a/features/notifications.feature +++ b/features/notifications.feature @@ -18,7 +18,8 @@ Feature: Notifications And I wait for the ajax to finish Then the notification dropdown should be visible Then I should see "started sharing with you" - When I follow "View all" + And I go to the notifications page + When I go to the notifications page Then I should see "started sharing with you" And I should have 1 email delivery @@ -37,8 +38,6 @@ Feature: Notifications Then the notification dropdown should be visible And I wait for the ajax to finish Then I should see "reshared your post" - When I follow "View all" - Then I should see "reshared your post" And I should have 1 email delivery Scenario: someone likes my post @@ -56,8 +55,6 @@ Feature: Notifications Then the notification dropdown should be visible And I wait for the ajax to finish Then I should see "liked your post" - When I follow "View all" - Then I should see "liked your post" And I should have 1 email delivery Scenario: someone comments on my post @@ -76,8 +73,6 @@ Feature: Notifications Then the notification dropdown should be visible And I wait for the ajax to finish Then I should see "commented on your post" - When I follow "View all" - Then I should see "commented on your post" And I should have 1 email delivery Scenario: someone mentioned me in their post @@ -89,6 +84,4 @@ Feature: Notifications Then the notification dropdown should be visible And I wait for the ajax to finish Then I should see "mentioned you in a post" - When I follow "View all" - Then I should see "mentioned you in a post" And I should have 1 email delivery