diff --git a/app/views/templates/header.ujs b/app/views/templates/header.ujs index 52fa1de0e..42469bce3 100644 --- a/app/views/templates/header.ujs +++ b/app/views/templates/header.ujs @@ -71,7 +71,7 @@
<%= current_user.name %>
- Bob Grimm + <%= current_user.name %>
  • Profile
  • Contacts
  • diff --git a/features/manages_aspects.feature b/features/manages_aspects.feature index f369f84d4..c59985514 100644 --- a/features/manages_aspects.feature +++ b/features/manages_aspects.feature @@ -14,6 +14,7 @@ Feature: User manages contacts Scenario: creating an aspect from homepage Given I am signed in + And I go to the aspects page When I follow "Add an aspect" And I fill in "Name" with "losers" in the modal window And I press "Create" in the modal window