diff --git a/features/desktop/aspect_navigation.feature b/features/desktop/aspect_navigation.feature index a5f1dc118..0e3016e9e 100644 --- a/features/desktop/aspect_navigation.feature +++ b/features/desktop/aspect_navigation.feature @@ -16,9 +16,14 @@ Feature: Aspect navigation on the left menu Then I should see "Others" aspect selected Scenario: Aspects selection is remembered through site navigation + When I select only "Besties" aspect + And I click the publisher and post "Hey besties!" + When I go to the aspects page And I select only "Besties" aspect - And I go to the contacts page + Then I should see "Hey besties!" + + When I go to the contacts page And I go to the aspects page Then I should see "Besties" aspect selected Then I should see "Unicorns" aspect unselected